Skip to content

EthanChouTW/comicBook

Repository files navigation

作品僅供於學術交流,請與24小時之內刪除

https://expo.io/@ethanchou/fire-phoenix

Standalone app:

How do I get set up?

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

Run dev version

Download Expo app in App store/ Google play

yarn start

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

Publishing to Expo's React Native Community

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published