Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Update Facebook SDK to latest #1852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abhayastudios
Copy link
Contributor

Android version was pinned to v5 whereas Facebook recently requires a more recent version (latest major is v12) due to security considerations where the previously used webview is not allowed anymore and prevents Android users from using FB auth.

@brendonwm
Copy link

#1858

@delaneyb
Copy link

delaneyb commented Jan 2, 2022

facebook-login v12 introduces a transitive dependency via facebook-common on androidx.fragment 1.3.0 that breaks navigation in nested frames, as @nativescript/core and @nativescript/android expect 1.2.5 which doesn't cause the issue. Here is an alternate PR for 11.+: #1868 that still resolves the webview issue but doesn't have the fragment dep.

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

Successfully merging this pull request may close these issues.

None yet

3 participants