Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.01 KB

FinanceReactNative

iOS's stock app clone written in React Native for demo purpose.

Preview

Plugins used

  • react-native-refresher: A pull to refresh ListView for React Native completely written in js.
  • react-native-simple-store: A minimalistic wrapper around React Native's AsyncStorage.
  • reflux: A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux.

Known Issues

  • WebView is not working for Android App

Running

  • Clone this repo git clone git@github.com:7kfpun/FinanceReactNative.git
  • cd FinanceReactNative
  • run npm install
  • Open Finance.xcodeproj in XCode
  • Press cmd+r to build it

License

Released under the MIT License.