https://github.com/squarescreamyt/mango
thing
https://github.com/squarescreamyt/mango
Last synced: 4 months ago
JSON representation
thing
- Host: GitHub
- URL: https://github.com/squarescreamyt/mango
- Owner: SquareScreamYT
- Created: 2025-05-29T10:23:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T14:46:27.000Z (9 months ago)
- Last Synced: 2025-08-31T16:26:14.637Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 43.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Create expo app
js: npx create-expo-app AppName --template blank
Running app
npm ios start
npx expo start
Stage changes through terminal:
1. Open terminal and copy paste those below
2. git add .
3. git commit -m "commit message"
4. git push origin main