-
Notifications
You must be signed in to change notification settings - Fork 56
Replace Deprecated BackAndroid with BackHandler #174
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
Replace Deprecated BackAndroid with BackHandler #174
Conversation
thank you for your contribution!
Has this been tested to work corretly?
On Fri, 31 May 2019 at 18:15, Juliette Rapala ***@***.***> wrote:
BackAndroid is deprecated and was completely removed from React Native
0.58.0+
This PR replaces all instances of BackAndroid with BackHandler
------------------------------
You can view, comment on, or merge this pull request online at:
#174
Commit Summary
- Replace BackAndroid with BackHandler
File Changes
- *M* components/NavBarContainer.js
<https://github.com/react-native-simple-router-community/react-native-simple-router/pull/174/files#diff-0>
(6)
Patch Links:
-
https://github.com/react-native-simple-router-community/react-native-simple-router/pull/174.patch
-
https://github.com/react-native-simple-router-community/react-native-simple-router/pull/174.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#174?email_source=notifications&email_token=AABWGAX5GX7VYGK4OPLOSDDPYFFI5A5CNFSM4HR4DK2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW72FAQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABWGATVJF2ZCNZPIJ3UIBTPYFFI5ANCNFSM4HR4DK2A>
.
--
Sent in a hurry from my iPhone.
Sorry for tEh typos!
+31643998429
|
@charpeni are you still on this? |
Kinda funny how this bounced back from the big digital void. |
Thank you for your contribution @jrapala! Hey @davidLeonardi, I'm still around, but this library as not been maintained since a few months/years? Honestly, I'm a bit impressed that it's still working and being used!? |
Guess it’s a testament to the fact that we did a good job back in the days lol |
@charpeni do you have a machine around to make a npm release? |
No rush @davidLeonardi, I already have it patched in the project I'm using this in. Submitted a PR should anyone else still be using this. Hey, it's simple and it works! 🙂 |
Hey again. Will this be released? |
Let me do so now
On Thu, 20 Jun 2019 at 17:43, Juliette Rapala ***@***.***> wrote:
Hey again. Will this be released?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#174?email_source=notifications&email_token=AABWGAUA7TGN3JHCRJYWHTLP3OQQNA5CNFSM4HR4DK2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYFZZGI#issuecomment-504077465>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABWGAQ547QNAERWSKT57ZLP3OQQNANCNFSM4HR4DK2A>
.
--
Sent in a hurry from my iPhone.
Sorry for tEh typos!
+31643998429
|
BackAndroid is deprecated and was completely removed from React Native 0.58.0+
This PR replaces all instances of BackAndroid with BackHandler