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
I'm gonna skip the basic stuff since I already know the solution.
The root of the problem is from facebook-android-sdk. For more information, go here.
Manually selecting version 5.15.3 in the include.gradle file (within nativescript-facebook's node_modules folder) fixed it for me, as suggested in the link above.
Which platform(s) does your issue occur on?
I'm gonna skip the basic stuff since I already know the solution.
The root of the problem is from facebook-android-sdk. For more information, go here.
Manually selecting version
5.15.3
in theinclude.gradle
file (within nativescript-facebook's node_modules folder) fixed it for me, as suggested in the link above.dependencies { implementation 'com.facebook.android:facebook-android-sdk:5.15.3' }
The text was updated successfully, but these errors were encountered: