React native bare application This application uses ImgFy 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 int 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...