/movieapp

Sample for React Native + Redux + React Native Navigation

Primary LanguageJavaScript

React Native Redux Wix Navigation Boilerplate

1

Code Quality Tools

Data Flow

I included only redux. Most projects will be fine with redux-thunk If you are more advanced programmer then you will probably want to install either Redux-Observables or Redux-Sagas. Redux-Observables are the cool thing to use but working with Redux-Sagas is much easier.

Testing

I intentionally did not include any testing framework so that I would reduce unnecessary boilerplate.

Install

You have to have watchman installed globally:

$ brew update
$ brew install watchman

Then simply install node_modules:

$ yarn install

And link native libraries:

$ react-native link

Development

Run react native server:

$ npm start

Compile mobile application for ios:

yarn ios