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
According to react native's documentation of Image component's source props, the supported props are The currently supported formats are png, jpg, jpeg, bmp, gif, webp, psd (iOS only)
However, when trying to use webp images, present in xcode assets catalogue, it does not work. Also, it is mentioned in react-native code repo inside Image.d.ts that webp is only supported in android. However, webp works when bundled with JS in ios.
Please sync both the documentation and provide which information is correct.
The text was updated successfully, but these errors were encountered:
👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
According to react native's documentation of Image component's source props, the supported props are
The currently supported formats are png, jpg, jpeg, bmp, gif, webp, psd (iOS only)
However, when trying to use webp images, present in xcode assets catalogue, it does not work. Also, it is mentioned in react-native code repo inside
Image.d.ts
that webp is only supported in android. However, webp works when bundled with JS in ios.Please sync both the documentation and provide which information is correct.
The text was updated successfully, but these errors were encountered: