my local assets images are working fine on Debug
mode. but when i build apk in release
mode with command react-native run-android --variant=release
at first all local images showing correct but after sometime while using app some image not showing and some are fine.
i fix this issue by add android:largeHeap="true"
this line in AndroidManifest.xml
but this reduce app performance. can anyone help me how can i handle this problem.
issue is no android i didn't test this on ios.
React Info:
react: 16.9.0 => 16.9.0
react-native: 0.61.2 => 0.61.2