bamlab / react-native-image-resizer

🗻 Resize local images with React Native
MIT License
1.61k stars 347 forks source link

Cannot find version 1.1.0 using yarn #335

Closed mbdesousa closed 2 years ago

mbdesousa commented 2 years ago

Hey there, the readme file tells that if react native version is prior to 0.60, I must use react-native-image-resizer@1.1.0.

But when trying to add it using yarn, the following appears

image

mbdesousa commented 2 years ago

What I did to solve this:

yarn add react-native-image-resizer@1.1.0

it looks like older versions doesn't have the @bam.tech/ at the start

Edit: I suggest to write this down on the readme file