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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ yarn test
51
51
52
52
To edit the Objective-C files, open `example/ios/ShortcutsExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-actions-shortcuts`.
53
53
54
-
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `reactnativeshortcuts` under `Android`.
54
+
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `reactnativeactionsshortcuts` under `Android`.
Some information may be lost, such as iconName, data
117
+
Get the current shortcuts. Some information may be lost, such as iconName, data,
118
+
etc.
105
119
106
120
```js
107
121
constshortcutItems=awaitShortcuts.getShortcuts();
@@ -113,19 +127,29 @@ To display icons with your shortcuts / actions you will need to add them to your
113
127
project. Once added use the name of your iOS asset or Android drawable as the
114
128
value for `iconName` above.
115
129
116
-
### iOS - Asset library
130
+
### iOS - Asset catalog
117
131
118
-
Add new assets to your Asset library by importing either `png` (scalar) or
132
+
Add new assets to your [Asset catalog](https://developer.apple.com/library/archive/documentation/ToolsLanguages/Conceptual/Xcode_Overview/AddingImages.html) by importing either `png` (scalar) or
0 commit comments