ihor / react-native-scalable-image

React Native Image component which scales width or height automatically to keep the original aspect ratio
https://www.npmjs.com/package/react-native-scalable-image
MIT License
315 stars 67 forks source link

Bump react verison to 17 #30

Open lumberman opened 3 years ago

lumberman commented 3 years ago

Hello, my pipeline processes fail due to conflict in React versions. The latest release of React Native uses react@"17.0.1", but this library requires react@"^16.8.3". Could you please update this dependency?

TheWebartist commented 3 years ago

A pull request is in the pipe to resolve this issue : #35