React-native-blur: Cant install Version 3.5 via yarn

Created on 12 Mar 2020  路  10Comments  路  Source: Kureev/react-native-blur

Bug

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!

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\#e2075520c709caf3bb8cf8890fcbf9f96939c716 which worked! ( I took the commit where the broken example was fixed. )

All 10 comments

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.

@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 !

Was this page helpful?
0 / 5 - 0 ratings