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
Came here after encountering the same issue. Works fine in debug builds, but crashes in release builds.
Fatal Exception: com.facebook.react.bridge.JSApplicationIllegalArgumentException
Error while updating property 'src' of a view managed by: RCTImageView
Caused by java.lang.reflect.InvocationTargetException
java.lang.reflect.Method.invoke
Caused by com.facebook.react.bridge.UnexpectedNativeTypeException
Value for uri cannot be cast from ReadableNativeMap to String
Everything is working fine on iOS (Debug+Release) and Android(Debug).
But with Android release build app starts crashing saying: error while updating property 'src' of a view managed by: rctimageview
The text was updated successfully, but these errors were encountered: