ggunti / react-native-amazing-cropper

Image cropper for react native using Animated API
MIT License
145 stars 83 forks source link

Warning msg about bridge.imageLoader is deprecated observed. #43

Closed MystL closed 3 years ago

MystL commented 3 years ago

Hi,

I'm getting the following Warning in log and wondering if there are any fixes for this?

WARN     Calling bridge.imageLoader is deprecated and will not work in newer versions of RN. Please update to the moduleForClass API or turboModuleLookupDelegate API.
スクリーンショット 2021-02-05 午後3 42 36

Here's my current dependencies setup

"@react-native-community/image-editor": "^2.3.0",
"react": "16.11.0",
"react-native-amazing-cropper": "^0.1.4",
"react-native-image-rotate": "^2.1.0",

TIA.

ggunti commented 3 years ago

This warning happens because of the react-native-image-rotate library (we use it as dependency). I made a pull request for solving this warning: https://github.com/dgladkov/react-native-image-rotate/pull/19

Please wait to be merged.

AdamSheaHewett commented 3 years ago

I would be very grateful if you could merge the fix to this. It's a persistent problem.