Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 723 Bytes

React native bare application

This application uses RNBare as app name

To change name follow instructions from the blog: Quick guide for updating package name in React Native

To change icon place your icon into the src/assets folder and run

yarn generate-bootsplash

And follow the instructions.

Now run

yarn

It will install necessary packages

To start metro bundler

react-native start

To run on andoriod device plug your device to your pc with usb debugging on and run

react-native run-android --verbose

Thats it your app will be ready to go...