Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ios/RNShortcuts.mm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ - (NSDictionary *)convertShortcutParamsToDictionary:(JS::NativeShortcuts::Shortc
dict[@"title"] = params.title() ?: @"";
dict[@"subTitle"] = params.subTitle() ?: @"";
dict[@"longLabel"] = params.longLabel() ?: @"";

dict[@"iconName"] = params.iconName() ?: @"";

return [dict copy];
}
#endif
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-bridge/react-native-shortcuts",
"version": "1.0.1",
"version": "1.0.2",
"description": "React native library for android shortcuts and iOS quick actions which allow users to quickly access specific app functionalities directly from the home screen or app icon.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down