react-native-quick-actions
react-native-quick-actions copied to clipboard
Deeplink not working on Webview
It is not working using deep link on Webview
QuickActions.setShortcutItems([
{
type: "Search", // Required
title: "Search Anything", // Optional, if empty, `type` will be used instead
subtitle: "Search using Google",
icon: "Search", // Icons instructions below
userInfo: {
url: "Https://google.com" // Provide any custom data like deep linking URL
}
}
]);
When I press the Haptic Touch on app logo, it only opens the app