marcosppollastri / eventos-unlar-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Universal React Project

Supports Expo iOS Supports Expo Android Supports Expo Web

πŸš€ How to use

  • Install packages with yarn or npm install.
    • If you have native iOS code run npx pod-install
  • Run yarn start or npm run start to start the bundler.
  • Open the project in a React runtime to try it:

Running/Modifying Native Code

You can generate native iOS and Android projects from your Expo config file (app.json/ app.config.js) by runnning npx expo prebuild. These native projects can then be compiled and run via XCode and Android Studio.

πŸ’‘ Learn more about native code in Expo

Publishing

  • Deploy the native app to the App store and Play store using this guide: Deployment.
  • Deploy the website using this guide: Web deployment.

πŸ“ Notes

About


Languages

Language:JavaScript 100.0%