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

Commit db5b352

Browse files
committed
Fixing space
1 parent 23e98a2 commit db5b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When using the React Native assets sytem (i.e. using the `require("./foo.png")`
5959
| `TabBarIOS.Item` | `icon`, `selectedIcon` |
6060
| `ToolbarAndroid` <br />*(React Native 0.21.0+)* | `actions[].icon`, `logo`, `overflowIcon` |
6161

62-
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):
62+
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):
6363

6464
| Component | Prop(s) |
6565
|-------------|----------------------------------------------------------------------|

0 commit comments

Comments
 (0)