[Deprecated] iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).
FinanceReactNative is a clone of iOS’s Stocks App developed in React Native for demonstration purposes. The app is available for both iOS and Android platforms, pulling real-time data from Yahoo Finance. Despite its functionality, it was rejected by the Apple reviewer due to its similarity to the Apple Stock app.
To install FinanceReactNative, follow these steps:
git clone git@github.com:7kfpun/FinanceReactNative.gitcd FinanceReactNativenpm installFor iOS:
react-native run-iosFor Android:
android avdreact-native run-androidFinanceReactNative is a mobile application developed in React Native that replicates iOS’s Stocks App, pulling real-time data from Yahoo Finance. Despite being rejected by Apple due to its similarity to their own stock app, FinanceReactNative offers a cross-platform solution for displaying stock market data. With the use of various plugins and React Native components, the app provides a comprehensive example for developers looking to work with React Native.