You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
During development I call to loadLocalResource and everything is working fine, but it doesn't work on released apk (.\gradlew assembleRelease) - it fails to read the file.
In the released apk I see that the file is under res\drawable-mdpi-v4.
I tried to put the file under under android\app\src\main\assets, but it still didn't work.
I'm running with RN 0.50.3.
Please advice,
The text was updated successfully, but these errors were encountered:
Hi,
During development I call to loadLocalResource and everything is working fine, but it doesn't work on released apk (.\gradlew assembleRelease) - it fails to read the file.
In the released apk I see that the file is under res\drawable-mdpi-v4.
I tried to put the file under under android\app\src\main\assets, but it still didn't work.
I'm running with RN 0.50.3.
Please advice,
The text was updated successfully, but these errors were encountered: