Closed ArtemKosiakevych closed 7 years ago
You're looking for this section of the README:
To get any actions sent when the app is cold-launched using the following code:
var QuickActions = require('react-native-quick-actions');
var action = QuickActions.popInitialAction();
if (action) {
doSomethingWithTheAction(action); // e.g. LinkingIOS.openURL(..)
}
If app in background ShortcutAction called, but when app is killed tap on force touch item just launching app, but not calling the action.
My code