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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e2c4-2c3f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e2c4-2c3f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?