Hi,
i don't really know why but yarn isn't picking up the latests version of 3.5, maybe a maintainer can have a quick look?
Thanks!
I'm having this same issue, even if I try to add v3.5.0 specifically.
Same for npm, any news when the version will be published?
How can I test the version 3.5 if I downlad this repo locally?
How is this repo so out of shape?
Same for npm, any news when the version will be published?
How can I test the version 3.5 if I downlad this repo locally?
@mcarlier09 you can just add the repo with a selected commit to your packages...its something like:
yarn add ssh://[email protected]:react-native-community/react-native-blur.git#e2075520c709caf3bb8cf8890fcbf9f96939c716
yarn add ssh://[email protected]:react-native-community/react-native-blur.git#e2075520c709caf3bb8cf8890fcbf9f96939c716
@Psiiirus I tried the same, but then it said "Couldn't find any versions for "@react-native-community/blur" that matches "^3.5.0"
And i had to choose between 3.4.1, 3.3.1 & 3.3.0.
@Windynik maybe I miss spelled something .
Try this https://stackoverflow.com/questions/43411864/how-to-install-package-from-github-repo-in-yarn
@Psiiirus Yes! I finally fixed all those issues (that existed in 3.4.1) and it works perfectly! Danke! :+1:
I used npm install https://github.com/react-native-community/react-native-blur.git\#e2075520c709caf3bb8cf8890fcbf9f96939c716 which worked! ( I took the commit where the broken example was fixed. )
Question remains: why is 3.5.0 not available through NPM? @Kureev?
When will 3.5.0 be on npm ?
News: 3.6.0 is on NPM !
Most helpful comment
@Psiiirus Yes! I finally fixed all those issues (that existed in 3.4.1) and it works perfectly! Danke! :+1:
I used
npm install https://github.com/react-native-community/react-native-blur.git\#e2075520c709caf3bb8cf8890fcbf9f96939c716which worked! ( I took the commit where the broken example was fixed. )