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
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
Hi @ShubhamBalgujar , try disabling Debug options and then check, after a lot of research, I found a comment on this issue. Stopping JS Debug solved the issue for me.
const result = await QuickActions.popInitialAction() console.log('Quick action result ', result); alert(result.type)
Hi @ShubhamBalgujar , try disabling Debug options and then check, after a lot of research, I found a comment on this issue. Stopping JS Debug solved the issue for me.
const result = await QuickActions.popInitialAction() console.log('Quick action result ', result); alert(result.type)
Hi @ShubhamBalgujar , try disabling Debug options and then check, after a lot of research, I found a comment on this issue. Stopping JS Debug solved the issue for me.
const result = await QuickActions.popInitialAction() console.log('Quick action result ', result); alert(result.type)
componentDidMount(){
QuickActions.popInitialAction()
.then(data => console.log(data)
.catch(console.error);
}
}
Return null in data.
DeviceEventEmitter is working but on cold start it is not working.
ReactNative - 0.60.5
react-native-quick-actions - 0.3.13
The text was updated successfully, but these errors were encountered: