Please follow the Getting Started guide for React Native for initial configuration
After setting up the environmnent, just execute
yarn start
Create a android/keystore.properties
file with these contents
storeFile=
storePassword=
keyAlias=
keyPassword=
Perform the build
./gradlew bundleRelease