You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasn't sure if this issue was better suited for here or NativeScript/NativeScript:
A vanilla 8.1.5 / 8.1.1 project created with ns create from the main repo defines androidx.fragment version 1.2.5 to be used via build.gradle. Navigation in nested frames works just fine.
@nativescript/facebook's gradle file adds a dependency on facebook-login, which in turn depends on facebook-common
facebook-common, from version 12 now depends on androidx.fragment 1.3.0
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!
Wasn't sure if this issue was better suited for here or NativeScript/NativeScript:
ns create
from the main repo defines androidx.fragment version 1.2.5 to be used via build.gradle. Navigation in nested frames works just fine.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
The text was updated successfully, but these errors were encountered: