I am using React Native
, in short what I want is to display actions when user long presses on app icon just like this below;
As you can see Scan Qr, Bundles, Discounts are showing after long press on app's icon? How we can achieve this in react native?
CodePudding user response:
It is an Android feature named App Shortcuts. iOS not supported.
Try react-native-app-shortcuts package to achieve this.