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

[@nativescript/facebook] androidx.fragment 1.3.0+ breaks navigation in nested frames #218

Closed
delaneyb opened this issue Jan 2, 2022 · 2 comments

Comments

@delaneyb
Copy link

delaneyb commented Jan 2, 2022

Wasn't sure if this issue was better suited for here or NativeScript/NativeScript:

Minimal repro - app with nested frame on which navigation does nothing due to override of androidx.fragment version to 1.3.0 via App_Resources/Android/app.gradle: https://github.com/delaneyb/androidx-fragment-130-repro

As a temporary workaround the com.facebook.android:facebook-login version can be downgraded to 11.3.0

Related:
EddyVerbruggen/nativescript-plugin-firebase#1868

@edusperoni
Copy link
Contributor

Hey! I ran into this recently and pushed a fix:

NativeScript/NativeScript#9725

Try running with the alpha tag in NativeScript and see if that helps

@delaneyb
Copy link
Author

delaneyb commented Jan 4, 2022

Hey! I ran into this recently and pushed a fix:

NativeScript/NativeScript#9725

Try running with the alpha tag in NativeScript and see if that helps

Aweeesomee, must have just missed that one! Navigation on a nested frame in the little repro I threw together runs fine with both androidx.fragment 1.3.0 and 1.4.0 with your changes. Need to migrate our main project to NS8 after which I can do some more thorough testing. I'll keep an eye on NativeScript/NativeScript#9728. Thanks Eduardo!

@delaneyb delaneyb closed this as completed Jan 4, 2022
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

No branches or pull requests

2 participants