React-native release packaged local pictures are not displayed.

debug picture display is normal
release packaged UI picture cannot be displayed

I have been looking for an answer on the Internet for a long time.

build

$ mkdir -p android/app/src/main/assets 

$ 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

release

$ cd android && ./gradlew assembleRelease

$ cd android && ./gradlew installRelease

what on earth is the problem?

Mar.07,2022
Menu