/react-native-redux-example

A very simple example to use Redux with React Native.

Primary LanguageJavaScript

A sample project for React Native + Redux.

This project displays a simple form to create a question with a reward, and mocks getting response back from server.

Usage

npm install

If you don't have react-native CLI installed globally, you can

npm install -g react-native-cli

After this, you can

react-native run-ios

to start the project on Mac. Make sure you have XCode installed.

For detailed configuration, please refer to React Native's documentation for more information.