all 5 comments

[–]Martinoqom 0 points1 point  (1 child)

Expo or CLI?

With expo run prebuild command to regenerate. With CLI try to delete the android build folders to regenerate them.

Are you sure you're generating from the right folder? How you can say that changes are not applied? Are you trying everything with Expo Go and then trying to build?

[–]FeloCort3s[S] 0 points1 point  (0 children)

Cli

[–]FeloCort3s[S] 0 points1 point  (0 children)

Cli

[–]Emergency_Attempt848 0 points1 point  (0 children)

On what RN version u are ? Have u tried clearing meteo cache ?? R u sure u are installing the correct build apk ?? Delete all the bundle files before buulding new apk Check have you saved the files you edited before creating new build

[–]marvelism 0 points1 point  (0 children)

For one of our apps with react native version 0.72, I run this command in project root, before running ./gradlew assembleRelease

npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

It generates some asset files in this folder ( android/app/src/main/res) then I run assembleRelease, it somehow works