Skip to content

Commit 6dfadba

Browse files
committed
fix images docs verbiage
1 parent a8b34a1 commit 6dfadba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When your entire codebase respects this convention, you're able to do interestin
2929

3030
> **NOTE**: PNG images are required when loading with `require('image!my-icon')`
3131
>
32-
> At this time, only PNG images are supported in iOS. There is an [issue](https://github.com/facebook/react-native/issues/646) that is currently addressing this bug. In the meantime a quick fix is to rename your files to image.png or to use the `uri` flag like: `source={{ uri: 'my-icon' }}`.
32+
> At this time, only PNG images are supported in iOS. There is an [issue](https://github.com/facebook/react-native/issues/646) that is currently addressing this bug. In the meantime a quick fix is to rename your files to my-icon.png or to use the `uri` property like: `source={{ uri: 'my-icon' }}` instead of `require()`.
3333
3434
### Adding Static Resources to your Android app
3535

0 commit comments

Comments
 (0)