I have static image in my react-native app accessing via
<Image source={require("../assets/preview-full-img-title-logo@2x.png")} />
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