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
When using react-native-copilot to integrate a walkthrough on a specific screen in my application, I encountered an issue: if the user presses the back button on Android while the walkthrough is active, the walkthrough closes unexpectedly, and no events from copilotEvents are registered to handle this action.
This is encountered only in android and no such issues are there in iOS.
Expected behavior/code
I want to disable this behaviour, where on back gesture or on back button click in android, the walkthrough quits.
Environment
Device: Pixel 6
OS: 14
react-native-copilot: 3.3.2
react-native: 0.72.6
react-native-svg: 13.14.0 Additional context/Screenshots
Attaching screen recording for ref:
IMG_0413.MOV
The text was updated successfully, but these errors were encountered:
Current Behavior
When using react-native-copilot to integrate a walkthrough on a specific screen in my application, I encountered an issue: if the user presses the back button on Android while the walkthrough is active, the walkthrough closes unexpectedly, and no events from copilotEvents are registered to handle this action.
This is encountered only in android and no such issues are there in iOS.
Expected behavior/code
I want to disable this behaviour, where on back gesture or on back button click in android, the walkthrough quits.
Environment
react-native-copilot
: 3.3.2react-native
: 0.72.6react-native-svg
: 13.14.0Additional context/Screenshots
Attaching screen recording for ref:
IMG_0413.MOV
The text was updated successfully, but these errors were encountered: