This project displays a simple form to create a question with a reward, and mocks getting response back from server.
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.