Skip to content

Commit 254f720

Browse files
committed
Updated README.md to reflect wwwImage for toolbar.
1 parent 39ebb2f commit 254f720

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
@@ -169,7 +169,7 @@ Followings are experimental properties that can be used in some special cases. U
169169

170170
For any object that supports `image` and `imagePressed` properties, there is a set of fallback properties that can be used when you absolutely cannot import native sources due to some circumstances.
171171

172-
+ `(\w+Button|menu)`
172+
+ `(\w+Button|menu|toolbar)`
173173
+ `wwwImage` is like `image` but loads image from Cordova's `www` directory instead. This is a fallback solution when you cannot import native resources. Use `image` property as much as possible.
174174
+ `wwwImagePressed` is like `image` but loads image from Cordova's `www` directory instead. This is a fallback solution when you cannot import native resources. Use `image` property as much as possible.
175175
+ `wwwImageDensity` is needed when `wwwImage` and/or `wwwImagePressed` are given. Since these images are not loaded from resource bundle, density is unknown, therefore density needs to set by this property. Corresponds to iOS' `@2x`, `@3x` suffix.

0 commit comments

Comments
 (0)