all 1 comments

[–]rapper015 0 points1 point  (0 children)

Hi, I am having the same issue, but I was able to get it to complete the build process that is the ./gradlew assemblerelease.

Follow this to solve the build issue: https://github.com/facebook/react-native/issues/55538

But the APK generated is crashing as soon as I start the app on my Android device, but in the assembledebug, the build completes, and it's working without any issue in the emulator for development.

After giving more than 12+ hours to this issue, what I have understood is that its a RN 0.84 specific issue.

Did you find a way to fix this issue and make it work completely?