-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BackHandler.removeEventListener no longer exists in react native #2737
Comments
Same issue here. |
Rectify this error as soon as , It does not support to react native version 0.77.0 |
Facing same issue for Toast "@/components/ui/toast"
|
Any update, coz i am also facing this problem with latest version of React Native 0.77. Please provide solution regarding same! |
Due this error, I am not able to use drawer, action sheet, alert dialog and model as well. Many components are not working in 0.77 RN. |
It is being worked in PR 2744 |
We want to get a useful version as soon as possible. I can't get '@react native aria/[email protected]'. |
Please check again with the latest versions, it is resolved now. Closing this for now, if error persists please reopen this issue. |
Thank you @akash3gtm |
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: