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
Facing same issue for Toast "@/components/ui/toast"
Warning: TypeError: _reactNative.BackHandler.removeEventListener is not a function. (In '_reactNative.BackHandler.removeEventListener('hardwareBackPress', backHandler)', '_reactNative.BackHandler.removeEventListener' is undefined)
Description
When using actionsheet in react native 0.77
CodeSandbox/Snack link
https://github.com/vish404/gluestack-improvement-issue
Steps to reproduce
npm install
npm run android
gluestack-ui Version
0.2.46
Platform
Other Platform
No response
Additional Information
Occured when i used
"@gluestack-ui/actionsheet": "^0.2.46",
The
BackHandler.removeEventListener
removed as per facebook/react-native#45892The text was updated successfully, but these errors were encountered: