Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prahack/react-native-for-beginner


https://github.com/prahack/react-native-for-beginner

Last synced: about 2 months ago
JSON representation

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 😊😁