Skip to content
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

fix: Removal of BackHandler.removeEventListener in react-native #339

Conversation

dprevost-LMI
Copy link
Contributor

@dprevost-LMI dprevost-LMI commented Feb 16, 2025

Fixes #337.

In react-native 0.77.0, they have removed the BackHandler.removeEventListener see here. So now we must use the subscriptions.remove() instead.

@vonovak vonovak merged commit b7e050c into expo:master Feb 21, 2025
1 check passed
@fobos531
Copy link

@vonovak Would it be possible to release this on NPM?

@boris-szl
Copy link

Please release this asap, very important for us!!!

@vonovak
Copy link

vonovak commented Feb 25, 2025

hello, it's released. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashes on Android 15 & react-native 0.77.0 _reactNative.BackHandler.removeEventListener is not a function
5 participants