Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 622 Bytes

Welcome to the Boilerplate React Native

How to build

  • Install react native https://facebook.github.io/react-native/docs/getting-started

  • Create new project npx react-native init <yourProjectName> --template react-native-template-typescript

  • Copy all file and folder to your project without package.json file

  • Copy dependencies from package.json to your package.json file

  • Install package npm install or yarn install(recommended)

  • Run your app react-native run-android/ios or npx react-native run-android/ios yarn-android/iosornpm run-android/ios`