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
Rendering an Image with source={{ uri: null }} crashes on iOS with a JSON value '<null>' of type NSNull cannot be converted to NSString error. It seems to have started doing so in version 0.61.0 after this commit: df17ebf
Seems to be a regression of f940e7c
Description:
Rendering an
Image
withsource={{ uri: null }}
crashes on iOS with aJSON value '<null>' of type NSNull cannot be converted to NSString
error. It seems to have started doing so in version0.61.0
after this commit: df17ebfSeems to be a regression of f940e7c
React Native version:
Steps To Reproduce
<Image source={{ uri: null }} />
JSON value '<null>' of type NSNull cannot be converted to NSString
error.Expected Results
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: