Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

JavaScript meets mobile. Use your favourite JavaScript library to develop Android and IOS applications. This setup includes react-native-navigation for smooth screen transitions.

Notifications You must be signed in to change notification settings

developer239/redux-react-native-wix-navigation-v2-with-auth

Repository files navigation

Actions Status Actions Status Dependabot Maintainability TypeScript

Redux React Native Wix Navigation v2 with Auth

The core code of this application was generated automatically by create-opinionated-app.

Preview

1

Installation

Before running the application make sure that you have following dependencies set up:

  1. react-native
  2. detox [optional]
  3. yarn install
  4. cd 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

  1. Start javascript bundler: yarn start
  2. Run iOS: yarn start:ios
  3. Run android: yarn start:android

Useful Commands

  1. yarn test runs jest
  2. yarn detox:ios:build builds iOS project for detox
  3. yarn detox:ios run detox on iOS
  4. yarn detox:android:build builds Android project for detox
  5. yarn detox:android run detox on Android

Main Dependencies

Code Quality Tools

You can find config files for these hand-crafted code quality resources here. ❤

Testing

  • Jest for simple unit and integration tests
  • Detox for E2E tests

FAQ

There are not any known issues. If your application is not working for some reason, please, create an issue. 🙏

About

JavaScript meets mobile. Use your favourite JavaScript library to develop Android and IOS applications. This setup includes react-native-navigation for smooth screen transitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published