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

Log Standard Event #784

Closed priyasamyal closed 3 years ago

priyasamyal commented 3 years ago

Any event i log shows me in custom event. Can you tell, how can i log the Standard event using this plugin like "Complete Registration"

AppEventsLogger.logEvent("Complete Registration", {user_type:"owner"});

React Native 0.61

priyasamyal commented 3 years ago

Issue solved

bernhardt1 commented 3 years ago

@priyasamyal did you find some documentation ? how did you solve it?