mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-25 01:31:54 +08:00
Fixing space
This commit is contained in:
@@ -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) |
|
||||
|-------------|----------------------------------------------------------------------|
|
||||
|
||||
Reference in New Issue
Block a user