Home:ALL Converter>Images not showing in react native application in release mode

Images not showing in react native application in release mode

Ask Time:2020-08-26T00:27:10         Author:Khim Bahadur Gurung

Json Formatter

React native application is working absolutely fine in debug mode but running in release mode image are not visible. I am using [email protected].

I tried some solution from react-native iOS app not showing static assets (images) after deploying but still not working.

I get this in xcode console

enter image description here

EDIT: Found out that the error is because of a package "react-native-webview-quilljs". Installing it doesn't create problem but when importing it. After import app will run but editor will not render as well as all the images are not rendering.

Author:Khim Bahadur Gurung,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/63583212/images-not-showing-in-react-native-application-in-release-mode
yy