redux-react-native-wix-navigation-v2-with-auth
redux-react-native-wix-navigation-v2-with-auth copied to clipboard
JavaScript meets mobile. Use your favourite JavaScript library to develop Android and IOS applications. This setup includes react-native-navigation for smooth screen transitions.
Redux React Native Wix Navigation v2 with Auth
The core code of this application was generated automatically by create-opinionated-app.
Preview

Installation
Before running the application make sure that you have following dependencies set up:
- react-native
- detox [optional]
yarn installcd ios && pod install && cd ..
If you have any problems with building your application, please, look at FAQ section of this README or create an issue on GitHub.
Development
- Start javascript bundler:
yarn start - Run iOS:
yarn start:ios - Run android:
yarn start:android
Useful Commands
yarn testruns jestyarn detox:ios:buildbuilds iOS project for detoxyarn detox:iosrun detox on iOSyarn detox:android:buildbuilds Android project for detoxyarn detox:androidrun detox on Android
Main Dependencies
Code Quality Tools
You can find config files for these hand-crafted code quality resources here. ❤
- [x] Eslint and Stylelint
- [x] Prettier
- [x] BrowserList
- [x] EditorConfig
- [x] 🐶 Husky
- [x] CommitLint
- [x] LintStaged
Testing
FAQ
There are not any known issues. If your application is not working for some reason, please, create an issue. 🙏