hanselfmu / react-native-redux-example

A very simple example to use Redux with React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A very simple example to use Redux with React Native.


Languages

Language:JavaScript 58.3%Language:Objective-C 24.6%Language:Python 9.2%Language:Java 7.9%