Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanessaaleung/ristorante-con-fusion-react-native
https://github.com/vanessaaleung/ristorante-con-fusion-react-native
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanessaaleung/ristorante-con-fusion-react-native
- Owner: vanessaaleung
- Created: 2020-07-22T23:51:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:05:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:20:45.623Z (over 1 year ago)
- Language: JavaScript
- Size: 4.78 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Universal React Project
## 🚀 How to use
- Install packages with `yarn` or `npm install`.
- If you have native iOS code run `npx pod-install`
- Run `yarn start` to start the bundler.
- Open the project in a React runtime to try it:
- iOS: [Client iOS](https://itunes.apple.com/app/apple-store/id982107779)
- Android: [Client Android](https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=blankexample)
- Web: Any web browser## Adding Native Code
This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.
- Run `yarn eject` to create the native projects.
- You can still run your project in the web browser or Expo client, you just won't be able to access any new native modules you add.## Publishing
- Deploy the native app to the App store and Play store using this guide: [Deployment](https://docs.expo.io/distribution/app-stores/).
- Deploy the website using this guide: [Web deployment](https://docs.expo.io/distribution/publishing-websites/).## 📝 Notes
- Learn more about [Universal React](https://docs.expo.io/).
- See what API and components are [available in the React runtimes](https://docs.expo.io/versions/latest/).
- Find out more about developing apps and websites: [Guides](https://docs.expo.io/guides/).