Android app development with React Native
This post covers the main notes needed, from bootstrapping the app to publishing to the Play store.
Prerequisites
experience with React
installed Android studio
Bootstrapping the app
Run the following commands
npx react-native init <app_name>
cd ...
zsevic.hashnode.dev8 min read