Ignite: Eject signed apk

Created on 22 Aug 2017  路  2Comments  路  Source: infinitered/ignite

How do I eject the signed apk after finishing?

question

Most helpful comment

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

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings