/react-native-app

React Native App with React Native Navigation and Expo Updates

Primary LanguageJavaScript

React Native App with React Native Navigation and Expo Updates

  • Walkthrough
  • [Yarn run-script commands](#NPM run-script commands)

Walkthrough

A sample project using latest version of React Native 0.62.2, React Native Navigation 6.5.0 and Expo updates.

Yarn run-script commands

$ yarn <cmd_from_list_below> [-- --<args>...]
android            # Build Debug Android App and install it on connected device
ios                # Build Debug iOS App and install it on connected device
start              # Start the Metro bundler
test               # Runs the unit tests
lint               # Runs the linter
export             # Create the distribution package for Expo OTA updates 
android:release    # Create the Release Android App and install it on connected device