iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android). Data is pulled from Yahoo Finance.
- react-native-navbar: Simple customizable navbar component for react-native.
- react-native-refreshable-listview: A pull-to-refresh ListView which shows a loading spinner while your data reloads.
- react-native-simple-store: A minimalistic wrapper around React Native's AsyncStorage.
- react-native-viewpager - ViewPager component for React Native.
- reflux: A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux.
- 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.
- ListView - A core component designed for efficient display of vertically scrolling lists of changing data.
- Navigator - Use Navigator to transition between different scenes in your app.
- PixelRatio - A class gives access to the device pixel density.
- Platform
- StatusBarIOS
- StyleSheet - A StyleSheet is an abstraction similar to CSS StyleSheets.
- Text - A React component for displaying text which supports nesting, styling, and touch handling.
- TextInput - A foundational component for inputting text into the app via a keyboard.
- ToastAndroid
- ToolbarAndroid - React component that wraps the Android-only Toolbar widget.
- TouchableHighlight - A wrapper for making views respond properly to touches.
- TouchableOpacity - A wrapper for making views respond properly to touches.
- View - 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.
- ViewPagerAndroid - Container that allows to flip left and right between child views.
- WebView
- flow: Adds static typing to JavaScript to improve developer productivity and code quality.
- WebView is not working for Android App
- Clone this repo
git clone git@github.com:7kfpun/FinanceReactNative.git
cd FinanceReactNative
- run
npm install
- Open
Finance.xcodeproj
inXCode
- Press
cmd+r
to build it
- Run
android avd
and start an emulator - Run
react-native run-android
Released under the MIT License.