https://expo.io/@ethanchou/fire-phoenix
Standalone app:
- for android user you can download directly with above link
- ios user u have to publish your own by Publishing to Expo's React Native Community
root folder
$brew install node$brew install watchman$npm install -g yarn$yarn global add react-native-cli$yarn global add create-react-native-app$yarn
Runs your app in development mode.
Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:
npm start --reset-cache
# or
yarn start --reset-cache
Expo provides free hosting for the JS-only apps created by CRNA, allowing you to share your app through the Expo client app. This requires registration for an Expo account.
Install the exp command-line tool, and run the publish command:
$ npm i -g exp
$ exp publish
