-
Notifications
You must be signed in to change notification settings - Fork 203
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
Use EventSubscription to unsubscribe from BackHandler #410
Use EventSubscription to unsubscribe from BackHandler #410
Conversation
RN 0.77.0 contains a PR removing `removeEventListener` from `BackHandler` (facebook/react-native#45892) This PR uses suggested migration of using `remove` on `EventSubscription`
👋 @pvinis, can you take a look to this change ? |
❤️ |
@pvinis Unfortunatly, looks like CI is blocked (canary + release) |
I'll have to take a look next week. if you know what's up, can you make a PR? |
@pvinis could you please release this? |
I'll do it tomorrow 👍 |
@fobos531 done 👍 |
Thanks @pvinis ! I noticed that the versioning now starts with 100, a big jump from 2/3. Is this normal? |
Summary
RN 0.77.0 contains a PR removing
removeEventListener
fromBackHandler
(facebook/react-native#45892)This PR uses suggested migration of using
remove
onEventSubscription