./gradlew :app:assembleRelease(suggested here) doesn't work for me.
@cjam you mentioned in #57 that you were able to build and release; was that from the /example app? You mentioned you did it in Android Studio, but I wonder if you have tried from the cli using app:assembleRelease. I ask because I wonder if this is a gradle version issue.
The example uses a pretty old version of gradle, newer RN apps that are created now use 7+
May investigate myself if time permits.
Edit: I'm pretty sure it is a gradle version issue. Would love to see this fixed, because it means the package isn't gonna work for newest versions of RN.
Edit 2: You can see the bump in gradle between the /example and new RN projects here (Ctrl F for android/build.gradle).
Originally posted by @andersonaddo in #90 (comment)