facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 910 forks source link

autoInitialize added to Utility #719

Closed dbilgin closed 4 years ago

dbilgin commented 4 years ago

As we can simply call [FBSDKSettings setAutoInitEnabled: YES ]; for iOS, it would be nice to have an easy way to run this initialisation for Android too. So I added the code to Utility.java to run it as autoInitialize(). As suggested here.