[ Package conformance ]

Image · >=5.0.0

@react-native-camera-roll/camera-roll

native-seam only — the real CameraRoll class, useCameraRoll hook, and iOS permission helpers run from the bundle. sootsim provides RNCCameraRoll + RNCCameraRollPermission TurboModules; getPhotos/saveToCameraRoll proxy through `SootSim.bridges.photoLibrary` when mounted (returning upstream-shaped PhotoIdentifier records), and authorization uses the shared app-scoped photo-library registry.
85%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (10)
real upstream CameraRoll class + useCameraRoll hook running from the bundleGroupTypesOptions/AssetTypeOptions/AlbumTypeOptionsgetPhotos via the permission-gated bridgesave/saveAsset/saveToCameraRoll via bridge.createAssetdeletePhotos no-opiosGetImageDataById/getPhotoThumbnail shape-correctiosReadGalleryPermission/iosRequestReadWriteGalleryPermission/iosRequestAddOnlyGalleryPermission through the shared registryiosRefreshGallerySelection through the limited pickercameraRollEventEmitter via NativeEventEmitteraddListener/removeListeners shape
Missing (4)
album enumeration/mutation (getAlbums returns [])real PHAsset internal id lookupreal thumbnail base64 generation (returns empty string)progress update events