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' }