0.0.1
- [React Native] react-native
- Redux redux
The Ask Darcel App is open source with a public repository on GitHub.
The current version of React Native for iOS requires XCode v7+ to run. For android development Android Studio provides emulator options. I recommend testing on a lower-end model with Jelly Bean.
You need the React Native client installed globally:
$ npm install -g react-native-cli
$ git clone https://github.com/ShelterTechSF/askdarcel-app.git
$ cd askdarcel-app
$ npm install
If you get an error running the debugger while trying to start android, try:
$ cd android/ && ./gradlew clean && cd .. && react-native run-android