Skip to content

Commit 933e4fc

Browse files
docs: fix incorrect information about webp support in the source prop of React Native's Image component (#4240)
Co-authored-by: Nicola Corti <[email protected]>
1 parent 6cb6a19 commit 933e4fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/image.md

+2
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ This prop can also contain several remote URLs, specified together with their wi
389389

390390
The currently supported formats are `png`, `jpg`, `jpeg`, `bmp`, `gif`, `webp`, `psd` (iOS only). In addition, iOS supports several RAW image formats. Refer to Apple's documentation for the current list of supported camera models (for iOS 12, see https://support.apple.com/en-ca/HT208967).
391391

392+
Please note that the `webp` format is supported on iOS **only** when bundled with the JavaScript code.
393+
392394
| Type |
393395
| -------------------------------- |
394396
| [ImageSource](image#imagesource) |

0 commit comments

Comments
 (0)