Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prahack/react-native-for-beginner
https://github.com/prahack/react-native-for-beginner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prahack/react-native-for-beginner
- Owner: prahack
- Created: 2020-04-16T13:32:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:34:02.000Z (about 2 years ago)
- Last Synced: 2024-10-27T23:45:09.482Z (3 months ago)
- Language: Java
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-for-beginner
1) clone this repo
2) open VS code and navigate into project folder( simply open this project in VS code )
3) open VS code terminal
4) connect (or open) your device
5) run ***adb devices*** command and find your connected virtual device on the list( you can find your virtual device on this devices list )
6) run ***npm install*** command
7) run ***npx react-native run-android*** command and wait until app install and run on your device
8) start making your app 😊😁