A React Native application with authentication flows built in.
- iOS 8+
- Android (API 19+)
> npm install
After installing, you need to build the project
> npm run start
keep the terminal tab open and navigate to http://localhost:8081/
In a new tab run the app for your device
> npm run android
> adb uninstall com.appName
> npm run ios
After upgrading react-native, you may have stale dependencies in ios.
cd ios
delete Podfile.lock
pod deintegrate && pod install
Navigate back to package.json directory
run react-native run-ios
In Xcode you can build your project again too
pod install --repo-update
If you've found this repository helpful please consider donating. It will help to fund more projects like this