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

Commit d147b12

Browse files
committed
Adding static image example
1 parent e148850 commit d147b12

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,7 +49,7 @@ We try our best to maintain backwards compatability of our plugin with previous
4949

5050
## Supported Components
5151

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:
52+
When using the React Native assets sytem (i.e. 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
|-------------------------------------------------|------------------------------------------|
@@ -58,7 +58,7 @@ When using the React Native assets sytem (e.g. using the `require("./foo.png")`
5858
| `TabBarIOS.Item` | `icon`, `selectedIcon` |
5959
| `ToolbarAndroid` <br />*(React Native 0.21.0+)* | `actions[].icon`, `logo`, `overflowIcon` |
6060

61-
The following list represents the set of components (and props) that don't currently support their assets being updated via CodePush due to their dependency on static images:
61+
The following list represents the set of components (and props) that don't currently support their assets being updated via CodePush, due to their dependency on static images (i.e. using the `{ uri: "foo"}` syntax):
6262

6363
| Component | Prop(s) |
6464
|-------------|----------------------------------------------------------------------|

0 commit comments

Comments
 (0)