Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 338 Bytes

File metadata and controls

15 lines (11 loc) · 338 Bytes

React Native Boiler Plate

Install

you can install react-native by easily type :

npx react-native init YourProject

change directory to YourProject. And then run :

npx react-native run-android

for more documentation you can see here : react-native