How do I eject the signed apk after finishing?
It gets built in ./android/app/build/outputs/apk/app-release.apk.
You can built it manually by: cd android and ./gradlew assembleRelease.
More info on their docs:
http://facebook.github.io/react-native/docs/signed-apk-android.html
Gonna close this one, open if you're still stuck.
Most helpful comment
It gets built in
./android/app/build/outputs/apk/app-release.apk.You can built it manually by:
cd androidand./gradlew assembleRelease.More info on their docs:
http://facebook.github.io/react-native/docs/signed-apk-android.html