Closed superandrew213 closed 8 years ago
@superandrew213 Actually, you can do it by adding your icons directly to the xcode project Images.xcasset
and referecing them by their name:
QuickActions.setShortcutItems([
{
type: 'Notifications', title: 'notifications',
icon: 'icon-notifications',
userInfo: { },
},
...
]);
@kemcake awesome! Thanks
@superandrew213, @kemcake, hi there, what about defining in Info.plist
statically?
It would be good if you could set custom icons. Will look into implementing it soon.