From db5b352ddac485da664e20cc86c456f25655a463 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 8 Jun 2016 15:27:01 -0700 Subject: [PATCH] Fixing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71652c5..9567f5a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ When using the React Native assets sytem (i.e. using the `require("./foo.png")` | `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, due to their dependency on static images (i.e. using the `{ uri: "foo"}` syntax): +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): | Component | Prop(s) | |-------------|----------------------------------------------------------------------|