seekshiva / react-native-remote-svg

Adds support for loading svg images in React Native
MIT License
184 stars 71 forks source link

"react-native": ">=0.57 <0.59" #61

Closed waqasxh closed 2 years ago

waqasxh commented 2 years ago

Any specific reason why we have "react-native": ">=0.57 <0.59" under "peerDependencies" in package.json file

algarcia-vector commented 2 years ago

I was unable to install ir by npm i because of this..

I am using a mac book pro M1

Also my react native project is version 0.65.2

seekshiva commented 2 years ago

This seems to be added at this PR: #36 .

react-native-webview's package.json has a peerDependency on react-native as *, so it doesn't make sense to have an upper bound. Will remove this.

seekshiva commented 2 years ago

Released 2.0.8 that removes the upper bound on react-native peerDependency.