Skip to content

ImageManipulator.manipulateAsync "Calling bridge.imageLoader is deprecated" warning on RN 0.61.* #6018

@sezginriggs

Description

@sezginriggs

🐛 Bug Report

Environment

iOS, bare React Native 0.61.2, expo-image-manipulator 7.0.0

Steps to Reproduce

The following call to ImageManipulator.manipulateAsync creates warning: "Calling bridge.imageLoader is deprecated and will not work in newer versions of RN. Please update to themoduleForClassAPI or turboModuleLookupDelegate API."

const rotateResult = await ImageManipulator.manipulateAsync( this.state.photoPreviewImageUri, [{ rotate: 90 }], { compress: 1, format: ImageManipulator.SaveFormat.JPEG } );

Expected Behavior

Actual Behavior

ImageManipulator.manipulateAsync creates warning: "Calling bridge.imageLoader is deprecated and will not work in newer versions of RN. Please update to themoduleForClassAPI or turboModuleLookupDelegate API."

Reproducible Demo

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions