Fixing space

This commit is contained in:
Jonathan Carter
2016-06-08 15:27:01 -07:00
parent 23e98a2282
commit db5b352dda

View File

@@ -59,7 +59,7 @@ When using the React Native assets sytem (i.e. using the `require("./foo.png")`
| `TabBarIOS.Item` | `icon`, `selectedIcon` |
| `ToolbarAndroid` <br />*(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) |
|-------------|----------------------------------------------------------------------|