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

Commit 8c05c83

Browse files
committed
Updating supported components list
1 parent 5a2b561 commit 8c05c83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

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

5454
## Supported Components
5555

56-
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:
56+
When using the React Native assets sytem (i.e. using the `require("./foo.png")` syntax), the following list represents the set of core components (and props) that support having their referenced images updated via CodePush:
5757

5858
| Component | Prop(s) |
5959
|-------------------------------------------------|------------------------------------------|
60-
| `Image` | `source` |
60+
| `Image` | `source` |
61+
| `MapView.Marker` <br />*(Requires [react-native-maps](https://github.com/lelandrichardson/react-native-maps) `>=O.3.2`)* | `image` |
6162
| `ProgressViewIOS` | `progressImage`, `trackImage` |
6263
| `TabBarIOS.Item` | `icon`, `selectedIcon` |
6364
| `ToolbarAndroid` <br />*(React Native 0.21.0+)* | `actions[].icon`, `logo`, `overflowIcon` |
@@ -67,6 +68,7 @@ The following list represents the set of components (and props) that don't curre
6768
| Component | Prop(s) |
6869
|-------------|----------------------------------------------------------------------|
6970
| `SliderIOS` | `maximumTrackImage`, `minimumTrackImage`, `thumbImage`, `trackImage` |
71+
| `Video` | `source` |
7072

7173
As new core components are released, which support referencing assets, we'll update this list to ensure users know what exactly they can expect to update using CodePush.
7274

0 commit comments

Comments
 (0)