After downloading and applying a new bundle all local image assets (png) not displaying in the app.
I'm creating new bundle with this command:
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
What can be the reason for such a problem?
RN 60.4