1.0.0 • Published 2 years ago

@avodah-dev/expo-template v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Avodah Expo Template

A template for kick-starting awesome things. This template includes:

  • typescript
  • native-base
  • react-navigation
  • mobx
  • react-hook-form
  • ESLint
  • Prettier

Prerequisites

This project should be run on a Mac, and the following dependencies should be installed:

  • Node v16.14+
  • Expo CLI v5.4.9
  • Yarn v1.22.19+

Developing

Run yarn install to install project dependencies.

Now you can run yarn start to start the Expo local server, or yarn ios to start Expo and load the app to your iOS simulator directly.

Deploying to Expo

  • Log in to Expo (expo login)
  • Make sure to increment the version in 'app.json'
  • Publish via expo publish
    • You may need to install expo-updates - the Expo CLI will guide you
  • The next time you open the app it'll download the update silently. Close the app, reopen it and you should see the new version