Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e148850

Browse files
committed
Fixing typo
1 parent 6cb4d2b commit e148850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ We try our best to maintain backwards compatability of our plugin with previous
4949

5050
## Supported Components
5151

52-
The following list represents the set of components (and props) that currently support their assets being updated via CodePush:
52+
When using the React Native assets sytem (e.g. using the `require("./foo.png")` syntax), the following list represents the set of components (and props) that support having their referenced images updated via CodePush:
5353

5454
| Component | Prop(s) |
5555
|-------------------------------------------------|------------------------------------------|
56-
| `Image` | `src` |
56+
| `Image` | `source` |
5757
| `ProgressViewIOS` | `progressImage`, `trackImage` |
5858
| `TabBarIOS.Item` | `icon`, `selectedIcon` |
5959
| `ToolbarAndroid` <br />*(React Native 0.21.0+)* | `actions[].icon`, `logo`, `overflowIcon` |

0 commit comments

Comments
 (0)