This is redux implementation of Movies app that is part of react-native at Movies Example. Most of the code is taken from Movies example from react-native and refactored to using Redux. Same license that applies to original Movies example applies to this example as well.
It uses logging and thunk redux middlewares.
Mac OS and Xcode are required.
git clone [email protected]:nara/movies-redux.git
cd movies-redux
npm install
open ios/MoviesRedux.xcodeproj
Hit run button
- Open
Examples/Movies/Movies.xcodeproj
in Xcode - Hit the Run button
See Running on device if you want to use a physical device.
This source is built using react-native init