File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
packages/plugins/plugin-facebook-app-events Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -521,14 +521,14 @@ Refer to the following table for Plugins you can use to meet your tracking needs
521
521
522
522
| Plugin | Package |
523
523
| ----------- | ----------- |
524
- | Adjust | ` @segment/analytics-react-native-plugin-adjust ` |
525
- | Amplitude Sessions | ` @segment/analytics-react-native-plugin-amplitude-session ` |
526
- | AppsFlyer | ` @segment/analytics-react-native-plugin-appsflyer ` |
527
- | Braze | ` @segment/analytics-react-native-plugin-braze ` |
528
- | Facebook App Events | ` @segment/analytics-react-native-plugin-facebook-app-events ` |
529
- | Firebase | ` @segment/analytics-react-native-plugin-firebase ` |
530
- | IDFA | ` @segment/analytics-react-native-plugin-idfa ` |
531
- | Mixpanel | ` @segment/analytics-react-native-plugin-mixpanel ` |
524
+ | [ Adjust] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-adjust ) | ` @segment/analytics-react-native-plugin-adjust ` |
525
+ | [ Amplitude Sessions] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-amplitudeSession ) | ` @segment/analytics-react-native-plugin-amplitude-session ` |
526
+ | [ AppsFlyer] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-appsflyer ) | ` @segment/analytics-react-native-plugin-appsflyer ` |
527
+ | [ Braze] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-braze ) | ` @segment/analytics-react-native-plugin-braze ` |
528
+ | [ Facebook App Events] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-facebook-app-events ) | ` @segment/analytics-react-native-plugin-facebook-app-events ` |
529
+ | [ Firebase] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-firebase ) | ` @segment/analytics-react-native-plugin-firebase ` |
530
+ | [ IDFA] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-idfa ) | ` @segment/analytics-react-native-plugin-idfa ` |
531
+ | [ Mixpanel] ( https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-mixpanel ) | ` @segment/analytics-react-native-plugin-mixpanel ` |
532
532
| [ Taplytics] ( https://github.com/taplytics/segment-react-native-plugin-taplytics ) | ` @taplytics/segment-react-native-plugin-taplytics ` |
533
533
534
534
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ yarn add @segment/analytics-react-native-plugin-facebook-app-events react-native
18
18
19
19
Run ` pod install ` after the installation to autolink the Facebook SDK.
20
20
21
+ Follow the instructions in [ Configure projects] ( https://github.com/thebergamo/react-native-fbsdk-next#3-configure-projects ) of React-Native-fbsdk-next to finish the setup of FBSDK.
22
+
21
23
See [ React Native FBSDK Next] ( https://github.com/thebergamo/react-native-fbsdk-next ) for more details of this dependency.
22
24
## Usage
23
25
You can’t perform that action at this time.
0 commit comments