-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@segment/sovran-react-native package not updated on npm #1006
Comments
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:
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 |
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
The text was updated successfully, but these errors were encountered: