From e90120e022b3ded136a29aa07bd7d87e185beaaf Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Tue, 1 Mar 2016 16:53:28 -0800 Subject: [PATCH] Adding more detail --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e5ec0..10fd046 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,14 @@ The following list represents the set of components (and props) that currently s | `TabBarIOS.Item` | `icon`, `selectedIcon` | | `ToolbarAndroid`
*(React Native 0.21.0+)* | `actions[].icon`, `logo`, `overflowIcon` | -The following list represents the set of components (and props) that don't currently support their assets being updated via CodePush: +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: | Component | Prop(s) | |-------------|----------------------------------------------------------------------| | `SliderIOS` | `maximumTrackImage`, `minimumTrackImage`, `thumbImage`, `trackImage` | 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. + ## Getting Started 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: