- React
- React native
- RNUILIB
- Apollo
- Formik
- TypeScript
yarn
cd ios && pod install && cd ..
yarn gen
- Also you need clone/fork this repository, and run from current folder
npm
andnpm start
. Because my app use http://localhost:5000, and if you want deploy similar server, you can update link in ./src/modules/App/Providers with new httpLink. - If you want build last version of android. You should generate keystore.
yarn start
Remember: you should have installed XCode or Android studio.