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 909 forks source link

Added setAutoLogAppEventsEnabled #831

Open brenboh opened 3 years ago

brenboh commented 3 years ago

Fixes #461

Test Plan:

Integrate the SDK into the project, set AutoLogAppEventsEnabled false in info.plist and AndroidManifest.xml and then call Settings.setAutoLogAppEventsEnabled(true)

You can then verify using the Events Manager that the auto events (App Installs, Launches, etc) will start showing up.

RohovDmytro commented 3 years ago

Any updates on this? Let's merge!