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

export standard events for RNSDK #818

Open mateosilguero opened 3 years ago

mateosilguero commented 3 years ago

Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change.

Standard events are hardcoded in our code, so its a nice approach to get it from the library export them as constants.

If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.

Fixes #800

Test Plan:

Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!