Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

iOS - Item press not working when app is in background #96

@aaguiar66934

Description

@aaguiar66934

In iOS (tested in 13.3.1) when the app is in background, the item press is not working. It seems that the event "quickActionShortcut" is never triggered. My react-native code is as you recommend in the documentation:

DeviceEventEmitter.addListener("quickActionShortcut", data => {
  console.log(data);
});

"react": "16.9.0",
"react-native": "0.61.2",
"react-native-quick-actions": "0.3.13"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions