React native Execution failed for task ‘:app:createBundleReleaseJsAndAssets’
I want to release my react native app to Google play store after upgrading it to new SDK but I am facing a problem in releasing it in AAB format. I am able to run my app in the emulator but not when i ran npx react-native build-android --mode=release
as stated in the documentation.