react-native-scalable-image
react-native-scalable-image copied to clipboard
react 17
I can't install the package because it breaks the dependency tree, since it only supports react ^16, can you update the dependency for this package?
Looking the same issue for React 18!
Is there anything we can do to help with it?
As a workaround, I copied the index.js and index.d.ts files to my project into components/scalable-image/
. Then imported it with:
import Image from '../components/scalable-image';