Skip to content

BumbuKhan/react-native-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required tools

How to install

Just read & follow this instructions to wire up the abovementioned soft

Once you've installed all needed tools & clone the repo - run yarn in order to pull all dependencies (you can still use npm if you want to: npm install)

How to launch the app

And then type react-native run-android or react-native run-ios to launch the app in Android or IOS emulator respectively

NOTE: in order to create a brand new react-native app run react-native init <your-project-name> (this is how I did the initial deployment)