This is a new React Native project, bootstrapped using @react-native-community/cli
.
This chapter is explained here in this blog.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
To start app, run the following command from the root of your React Native project:
# using npm
npm run android:local
# build dev
npm run dev
# build release
npm run release
# playstore build
npm run release-aab