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

Commit e90120e

Browse files
committed
Adding more detail
1 parent 4693057 commit e90120e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ The following list represents the set of components (and props) that currently s
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:
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:
6262

6363
| Component | Prop(s) |
6464
|-------------|----------------------------------------------------------------------|
6565
| `SliderIOS` | `maximumTrackImage`, `minimumTrackImage`, `thumbImage`, `trackImage` |
6666

6767
As new core compoents are released, which suport referencing assets, we'll update this list to ensure users know what exactly they can update using CodePush.
68+
6869
## Getting Started
6970

7071
Once you've followed the general-purpose ["getting started"](http://codepush.tools/docs/getting-started.html) instructions for setting up your CodePush account, you can start CodePush-ifying your React Native app by running the following command from within your app's root directory:

0 commit comments

Comments
 (0)