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
Activity
cbotman commentedon Feb 12, 2021
Came here after encountering the same issue. Works fine in debug builds, but crashes in release builds.
cbotman commentedon Feb 12, 2021
I see there's a merged pull request that references this error, but hasn't been released yet: #15
I can confirm that pull request fixes the issue. While waiting for a new release, you can do this: