Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.08 KB

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)