Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #59 from andrewmarmion/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jordanbyron authored Apr 16, 2018
2 parents 28f3e4f + 2a30e51 commit cd46ce2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ In order to specify icon for your shortcut item, either include `UIApplicationSh

Full list of available icons has been already listed in the previous section.

For Android icons, names must contain only lowercase a-z, 0-9, or underscore. So `guide_icon.png` would be acceptable but `guide-icon.png` would not be. Place your icons in res/drawable folder and set them when you create your shortcuts in setShortcutItems in the following way
```js
{
...
icon: "guide_icon",
...
}
```
### Listening for quick actions in your javascript code

First, you'll need to make sure `DeviceEventEmitter` is added to the list of
Expand Down

0 comments on commit cd46ce2

Please sign in to comment.