food-mod-appl
v1.0.1
Published
<p> <!-- iOS --> <a href="https://itunes.apple.com/app/apple-store/id982107779"> <img alt="Supports Expo iOS" longdesc="Supports Expo iOS" src="https://img.shields.io/badge/iOS-4630EB.svg?style=flat-square&logo=APPLE&labelColor=999999&logoColor=fff" /> </
Downloads
2
Readme
My Universal React Project
🚀 How to use
- Install packages with
yarn
ornpm install
.- If you have native iOS code run
npx pod-install
- If you have native iOS code run
- Run
yarn start
ornpm run start
to start the bundler. - Open the project in a React runtime to try it:
- iOS: Client iOS
- Android: Client Android
- Web: Any web browser
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
- Learn more about Universal React.
- See what API and components are available in the React runtimes.
- Find out more about developing apps and websites: Guides.