You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-17Lines changed: 37 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,9 @@
2
2
3
3
# @rn-bridge/react-native-shortcuts
4
4
5
-
Android Shortcuts and iOS Quick Actions are features that allow users to quickly access specific app
6
-
functionalities directly from the home screen or app icon, enhancing user experience by providing
7
-
fast access to common tasks.
5
+
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, enhancing user experience by providing fast access to common tasks.
|[`isShortcutSupported`](#isShortcutSupported)| Returns whether your device supports shortcuts(android), quick actions(ios). |
73
89
|[`getInitialShortcutId`](#getInitialShortcutId)| If the initial app launch was triggered by a shortcut, it will give the id of that shortcut, otherwise it will give null. |
74
90
|[`addOnShortcutUsedListener`](#addOnShortcutUsedListener)| If the app is in background and the app is launchced by a shortcut, it will give the id of that shortcut. |
75
-
|[`removeOnShortcutUsedListener`](#removeOnShortcutUsedListener)| Removes the listener. You app no longer receives events. |
76
-
77
91
## Usage
78
92
79
93
Import
@@ -235,17 +249,23 @@ If the app is in background and the app is launchced by a shortcut, it will give
0 commit comments