{"id":13462326,"url":"https://github.com/7kfpun/FinanceReactNative","last_synced_at":"2025-03-25T01:32:04.942Z","repository":{"id":1771933,"uuid":"43899983","full_name":"7kfpun/FinanceReactNative","owner":"7kfpun","description":"[Deprecated] iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).","archived":false,"fork":false,"pushed_at":"2022-12-06T19:34:52.000Z","size":4544,"stargazers_count":2058,"open_issues_count":25,"forks_count":630,"subscribers_count":110,"default_branch":"master","last_synced_at":"2024-11-24T16:54:12.042Z","etag":null,"topics":["android","ios","react-native","stock","yahoo-finance"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.kfpun.finance","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7kfpun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-08T15:48:32.000Z","updated_at":"2024-11-23T15:21:18.000Z","dependencies_parsed_at":"2023-01-13T16:22:18.480Z","dependency_job_id":null,"html_url":"https://github.com/7kfpun/FinanceReactNative","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7kfpun%2FFinanceReactNative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7kfpun%2FFinanceReactNative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7kfpun%2FFinanceReactNative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7kfpun%2FFinanceReactNative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7kfpun","download_url":"https://codeload.github.com/7kfpun/FinanceReactNative/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245382146,"owners_count":20606162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","ios","react-native","stock","yahoo-finance"],"created_at":"2024-07-31T12:00:44.757Z","updated_at":"2025-03-25T01:32:04.922Z","avatar_url":"https://github.com/7kfpun.png","language":"JavaScript","readme":"# FinanceReactNative\n\n[![Dependency Status](https://david-dm.org/7kfpun/FinanceReactNative.svg)](https://david-dm.org/7kfpun/FinanceReactNative) [![devDependency Status](https://david-dm.org/7kfpun/FinanceReactNative/dev-status.svg)](https://david-dm.org/7kfpun/FinanceReactNative#info=devDependencies)\n\niOS's Stocks App clone written in [React Native](https://github.com/facebook/react-native) for demo purpose (available both iOS and Android). Data is pulled from [Yahoo Finance](finance.yahoo.com).\n\n## Demo\n\n[![Play Store Button](google-play.png \"Google Play Button\")](https://play.google.com/store/apps/details?id=com.kfpun.finance)\n[![Apk Download Button](apk-download.png \"Apk Download Button\")](https://github.com/7kfpun/FinanceReactNative/releases/download/v1.0.2/app-release.apk)\n\n* Rejected by Apple reviewer :smile:: \"Your app is too similar to App**le** Stock app, which creates a misleading association with Apple products.\"\n\n## App preview\n\n![Preview](previewIOS.gif \"iOS app preview\")\n![Preview](previewAndroid.gif \"Android app preview\")\n\n\n## Screenshots\n\n\u003cimg src=\"https://raw.github.com/7kfpun/FinanceReactNative/master/screenshots/screenshot0.png\" width=\"280\"\u003e \u003cimg src=\"https://raw.github.com/7kfpun/FinanceReactNative/master/screenshots/screenshot1.png\" width=\"280\"\u003e \u003cimg src=\"https://raw.github.com/7kfpun/FinanceReactNative/master/screenshots/screenshot2.png\" width=\"280\"\u003e\n\n\u003cimg src=\"https://raw.github.com/7kfpun/FinanceReactNative/master/screenshots/screenshot3.png\" width=\"280\"\u003e \u003cimg src=\"https://raw.github.com/7kfpun/FinanceReactNative/master/screenshots/screenshot4.png\" width=\"280\"\u003e \u003cimg src=\"https://raw.github.com/7kfpun/FinanceReactNative/master/screenshots/screenshot5.png\" width=\"280\"\u003e\n\n## React and React Native version\n\n* [react](https://github.com/facebook/react): 16.0.0-alpha.6\n* [react-native](https://github.com/facebook/react-native): 0.44.2\n\n## Plugins used\n\n* [alt](https://github.com/goatslacker/alt) - Isomorphic flux implementation.\n* [moment](https://github.com/moment/moment) - Parse, validate, manipulate, and display dates in javascript.\n* [react-native-navbar](https://github.com/Kureev/react-native-navbar) - Navbar component for React Native.\n* [react-native-router-flux](https://github.com/aksonov/react-native-router-flux) - React Native Router based on new React Native Navigation API (0.26)\n* [react-native-simple-store](https://github.com/jasonmerino/react-native-simple-store) - A minimalistic wrapper around React Native's AsyncStorage.\n* [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) - 3000 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full stying.\n* [rn-viewpager](https://github.com/zbtang/React-Native-ViewPager) - ViewPager and Indicator component for react-native on both android and ios.\n\n## Components used\n\n* **AppRegistry** - The JS entry point to running all React Native apps.\n* **Image** - A React component for displaying different types of images, including network images, static resources, temporary local images, and images from local disk, such as the camera roll.\n* **Linking** - A general interface to interact with both incoming and outgoing app links.\n* **ListView** - A core component designed for efficient display of vertically scrolling lists of changing data.\n* **Platform** - A module is provided by React Native to detect what is the platform in which the app is running.\n* **RefreshControl** - This component is used inside a ScrollView or ListView to add pull to refresh functionality.\n* **StatusBar** - Component to control the app status bar.\n* **StyleSheet** - A StyleSheet is an abstraction similar to CSS StyleSheets.\n* **Text** - A React component for displaying text which supports nesting, styling, and touch handling.\n* **TextInput** - A foundational component for inputting text into the app via a keyboard.\n* **ToolbarAndroid** - React component that wraps the Android-only Toolbar widget.\n* **TouchableHighlight** - A wrapper for making views respond properly to touches.\n* **View** - The most fundamental component for building UI, View is a container that supports layout with flexbox, style, some touch handling, and accessibility controls, and is designed to be nested inside other views and to have 0 to many children of any type.\n\n## Additional\n\n* [eslint](https://github.com/eslint/eslint): A fully pluggable tool for identifying and reporting on patterns in JavaScript.\n\n## Running\n\n#### Clone \u0026 install\n\n* Clone this repo `git clone git@github.com:7kfpun/FinanceReactNative.git`\n* `cd FinanceReactNative`\n* run `npm install`\n\n#### iOS\n\n* Run `react-native run-ios`\n\n#### Android\n\n* Run `android avd` and start an emulator\n* Run `react-native run-android`\n\n## Related project\n\n* [FinanceMacOSReactNative](https://github.com/7kfpun/FinanceMacOSReactNative) - iOS's Stocks App clone written for MacOS with Touch Bar supported. Data is pulled from [Yahoo Finance](finance.yahoo.com).\n\n## License\n\nReleased under the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["React Native","Open Source Apps","开源APP","JavaScript","Misc","开源App","Uncategorized","React Native [🔝](#readme)","Clone"],"sub_categories":["Other Platforms","系列教程","项目实践\u0026教程","React Native","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7kfpun%2FFinanceReactNative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7kfpun%2FFinanceReactNative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7kfpun%2FFinanceReactNative/lists"}