I have static image in my react-native app accessing via
<Image source={require("../assets/[email protected]")} />
in development it is showing well but in production release APK is not showing what can be the reason? I have followed steps mention here.
https://facebook.github.io/react-native/docs/signed-apk-android.html