React native boilerplate for VSCode with prettier, flow and eslint configurations
- Download the zip file and unzip the boilerplate to development directory
- Rename folder to desired name
- Run
npm install
to initialize node_modules folder - Run
react-native-rename {new appname}
where new appname is the new application name. (Installnpm i -g react-native-rename
if not installed yet)