Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jevxtn/gallery-mobile
Gallery Mobile App (UI)
https://github.com/jevxtn/gallery-mobile
ai application front-end-development gallery-images mobile mobile-app mobile-development react react-native typescript ui-components ui-design
Last synced: about 2 months ago
JSON representation
Gallery Mobile App (UI)
- Host: GitHub
- URL: https://github.com/jevxtn/gallery-mobile
- Owner: Jevxtn
- Created: 2023-11-23T07:29:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T05:09:30.000Z (about 1 year ago)
- Last Synced: 2023-12-25T06:21:13.574Z (about 1 year ago)
- Topics: ai, application, front-end-development, gallery-images, mobile, mobile-app, mobile-development, react, react-native, typescript, ui-components, ui-design
- Language: TypeScript
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recommended next steps:
Note: Make sure you have installed native code dependencies [here](https://reactnative.dev/docs/environment-setup#installing-dependencies)### To preview and run the project on your device:
1. Open project folder in Visual Studio Code
2. Run `npm install` in the terminal
3. Run `npx expo start` in the terminal
4. Run on For iOS device (only on MacOS)
1. Press `i` to view on iOS simulator or follow the instructions [here](https://docs.expo.dev/workflow/run-on-device/) to run on a physical device.
5. Run on For android device
1. Press `a` to view on Android Virtual Device or follow the instructions [here](https://docs.expo.dev/workflow/run-on-device/) to run on a physical device.