[ Package conformance ]

Image · >=4.0.0

@react-native-community/image-editor

native-seam: the ImageEditor class + header normalization run from the bundle; the RNCImageEditor TurboModule mirrors upstream's own src/index.web.ts canvas crop (worker-safe OffscreenCanvas) and persists the result into the shared expo-file-system cache VFS so uri/path round-trip — matching the native 'stored in the Cache Path' contract
92%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (8)
cropImage with offset/size source rectdisplaySize scalingformat (png/jpeg/webp)qualityincludeBase64 (raw base64 without the data: prefixiOS/Android parity)remote images with custom headersfile:// inputs read from the shared VFS; full CropResult (path/uri/name/width/height/size/type)
Missing (1)
resizeMode is accepted but not honored (upstream src/index.web.ts also ignores it — drawImage scales to displaySize); same behavior as upstream web