segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
360 stars 186 forks source link

Latest @segment/analytics-react-native-appsflyer not compatible with @segment/analytics-react-native 2.2.2 #575

Closed LydGol90 closed 2 years ago

LydGol90 commented 2 years ago

Install latest @segment/analytics-react-native (2.2.2) and latest @segment/analytics-react-native-appsflyer (1.5.3) Run pod install

There is an error as @segment/analytics-react-native-appsflyer is still looking for the old dependency name RNAnalytics

Screenshot 2022-06-20 at 14 43 37

This can be fixed by changing dependency name in podspec to segment-analytics-react-native

However you then get this error when building as clearly that file no longer exists, but I'm not sure what I should be importing instead. Is there a patch possible or is it not possible to use the appsflyer integration with the latest segment sdk currently?

Screenshot 2022-06-20 at 14 50 21

Many thanks, Lydia

shalu-simformsolutions commented 1 year ago

@LydGol90 can you please share the solution for this issue?