A React Native demo app that clones iOS's Stocks App with real Yahoo Finance data for iOS and Android.
FinanceReactNative is a React Native demonstration project that clones the iOS Stocks App for both iOS and Android platforms. It pulls real-time financial data from Yahoo Finance to display stock prices, charts, and portfolio information. The project serves as an educational example of building cross-platform mobile applications with React Native.
React Native developers looking for example implementations of financial applications or those wanting to study how to recreate native iOS app interfaces. It's particularly useful for developers learning cross-platform development patterns.
Provides a complete, functional reference implementation of a financial app with real data integration, demonstrating React Native best practices for UI cloning and cross-platform compatibility. Unlike generic tutorials, it offers a production-like example with actual API integration.
[Deprecated] iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Accurately replicates the iOS Stocks App interface using React Native components like ListView and StyleSheet, as shown in the detailed screenshots and app previews.
Provides a working example for both iOS and Android from a single codebase, evidenced by the separate preview GIFs and setup instructions for each platform.
Integrates Yahoo Finance API to pull live stock data and charts, offering a practical case study for API consumption in a React Native app.
Uses common libraries like alt for state management and react-native-router-flux for navigation, serving as a learning resource for full app architecture.
Relies on React Native 0.44.2 and React 16.0.0-alpha.6, which are obsolete and may cause compatibility issues with modern devices, libraries, and security updates.
The app was rejected by Apple for being too similar to their Stocks app, indicating potential copyright infringement and making it risky for official app store deployment.
As a strict clone, it lacks flexibility for adding new features or adapting to different UI requirements without extensive code changes, as noted in its demo-only philosophy.