Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleversamer/fast-go-user-app
Fast Go - User's Mobile Application
https://github.com/cleversamer/fast-go-user-app
Last synced: about 6 hours ago
JSON representation
Fast Go - User's Mobile Application
- Host: GitHub
- URL: https://github.com/cleversamer/fast-go-user-app
- Owner: cleversamer
- Created: 2023-05-07T13:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:55.000Z (10 months ago)
- Last Synced: 2024-08-20T16:40:54.227Z (3 months ago)
- Language: JavaScript
- Size: 38.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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` or `npm run 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## 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](https://docs.expo.dev/workflow/customizing/)
## Publishing
- Deploy the native app to the App store and Play store using this guide: [Deployment](https://docs.expo.dev/distribution/app-stores/).
- Deploy the website using this guide: [Web deployment](https://docs.expo.dev/distribution/publishing-websites/).## 📝 Notes
- Learn more about [Universal React](https://docs.expo.dev/).
- See what API and components are [available in the React runtimes](https://docs.expo.dev/versions/latest/).
- Find out more about developing apps and websites: [Guides](https://docs.expo.dev/guides/).