Closed admapop closed 5 days ago
For anyone else stuck on this, I was able to workaround this by installing the package from Github using GitPkg.
Here's the install command I used:
npm install 'https://gitpkg.vercel.app/segmentio/analytics-react-native/packages/sovran?master'
Then I installed the other required dependencies.
For anyone else stuck on this, I was able to workaround this by installing the package from Github using GitPkg.
Here's the install command I used:
npm install 'https://gitpkg.vercel.app/segmentio/analytics-react-native/packages/sovran?master'
Then I installed the other required dependencies.
This is awesome thanks!
I ended up forking, building and bundling a .tar with my app.
Will keep GitPkg in mind.
This same issue is blocking our team. Unfortunately, I don't think there's a workaround for us, as we're procuring these to an internal artifactory.
Would love some 👀 on this.
Same issue here. can you release NPM package?
Created a PR to bump the version, dunno if there's automation to automatically release, but felt like a good idea.
resolved in 1.1.3
Even though on github I can clearly see that the peer dependency for @react-native-async-storage/async-storage is now
2.x
, on npm if you explore the code it's still1.x
, you can check link.This means that in a project with @react-native-async-storage/async-storage: 2.0.0 I get the following error installing analytics-react-native
analytics-react-native
version: 2.19.5Steps to reproduce: Install latest sovran version (1.1.2), install latest @react-native-async-storage/async-storage, and then install latest analytics-react-native
Expected behavior Dependency resolution should not fail.
Actual behavior Dependency resolution fails