A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
2.99k
stars
906
forks
source link
autoInitEnabled is removed from iOS, should wrap the initialize function #840
Open
rnike opened 3 years ago
According to the Changelog of facebook-ios-sdk v9.0.0, the
autoInitEnabled
has been removed, developers should initialize the sdk manually.TODO Wrap initialize function for this package, following the instruction
initializeSDK
should be wrapped for iOS.fullyInitialize
also.Workaround Call
initializeSDK
fromAppDelegate.m
inapplicationDidFinishLaunching
as the document says