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
354 stars 181 forks source link

Do I need to install sovran myself? #870

Closed leonardofrmello closed 9 months ago

leonardofrmello commented 10 months ago

I needed to update my project's React-native and after this update it asked to install @segment/sovran-react-native in my project, after installing Sovran my project stopped merging the USERID into the track merging with identify. Does anyone know why? I can't run the project without sovran! Now I have two problems I can't update React and to update my segment it doesn't work

When trying to run my project without Sovran it shows this error below.

android/build.gradle' line: 136 A problem occurred evaluating project ':segment_analytics-react-native'.

Project with path ':segment_sovran-react-native' could not be found in project ':segment_analytics-react-native'.

oscb commented 10 months ago

@leonardofrmello you have to install @segment/sovran-react-native for the analytics package to work.

Can you explain more about what's happening around this:

stopped merging the USERID into the track merging with identify.

Are you not seeing userId on a track after an identify ?

Can you confirm which version of sovran and analytics packages you're using?

oscb commented 9 months ago

Closing due to inactivity. Feel free to reopen.