React native (RN) application to build ios / android app using an existing website. This app uses expo
Example:
$ yarn install$ yarn startThis command starts RN project using Metro bundler and allows to choose on which simulator app should run.
OR run app using different specified simulator:
$ yarn run ios
$ yarn run android
$ yarn run webUse eslint to fix code
$ yarn run lintUse prettier to polish the code formatting
$ yarn run prettier:writeFollow this build guide
Run
$ expo build:iosor
$ expo build:androidand follow instructions in the terminal.
Please note
There are two types you can build standalone apps.
archive - if you want to publish your app to the store or distribute it with tools like TestFlight.
Requires developers account
simulator - simulator build
Please note x2
$ expo buildWithout specifying platform expo automatically publishes your app (with expo publish).
Read for details
Read the guide
