You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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.
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).