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.

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.