-
This is a toy project that trying to integrate redux into react native
-
Largely base on the redux author's reddit example
-
A very simple reddit client that fetching the 'funny' section, supporting infinite scrolling
-
Clone repo
-
npm install
-
Android
- react-native run-android
-
iOS
- Edit
./node_modules/react-native/packager/react-native-xcode.sh
, scroll to bottom to find--entry-file
, modify it tosrc/index.ios.js
- Import
RedditReactReduxNative.xcodeproj
to xcode to compile
- Edit