[ Package conformance ]

Image · >=1.0.0

react-native-photo-manipulator

native-seam: PhotoManipulator + ParamUtils (color/asset normalization, enums) run from the bundle; the RNPhotoManipulator module does the CoreGraphics/Bitmap work in worker-safe 2D canvas and persists the result into the shared expo-file-system cache VFS so the returned uri round-trips (native parity)
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 (9)
crop (+ targetSize resize)flipImage (Horizontal/Vertical/Both)rotateImage (R90/R180/R270)overlayImageprintText (position/size/font/color/rotation/align/direction/shadow)optimize (jpeg quality)batch (crop+resize then chained flip/rotate/overlay/text)file:// inputs from the shared VFSimage/jpeg + image/png output
Missing (1)
printText uses browser font metrics (sans-serif fallback when a native fontName is unavailable) so glyph positioning may differ by sub-pixel amounts from native CoreText/android Paint