react-native-scalable-image icon indicating copy to clipboard operation
react-native-scalable-image copied to clipboard

react 17

Open Tohar-Ts opened this issue 2 years ago • 2 comments

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?

Tohar-Ts avatar Sep 01 '22 21:09 Tohar-Ts

Looking the same issue for React 18!

Is there anything we can do to help with it?

marcosPerezRubio avatar Nov 04 '22 07:11 marcosPerezRubio

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';

fmaylinch avatar Nov 13 '22 10:11 fmaylinch