[ Package conformance ]

Media · >=15.0.0

expo-media-library

full upstream API surface; photo-library reads route through SootSim.bridges.photoLibrary when present; without a bridge, returns empty/noop in the exact shape upstream's web build does — same response an app would see from a freshly-installed iOS sim with no granted photo permission. Apps with graceful-degradation paths take the right branch.
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 (21)
getPermissionsAsync/requestPermissionsAsync (granted)usePermissions hookMediaType/SortBy constantsgetAssetsAsync (real bridge or empty)getAssetInfoAsynccreateAssetAsync (real bridge or stub echo)deleteAssetsAsync (no-op success)getAlbumsAsync (empty)getAlbumAsync (null)createAlbumAsync (stub album shape)saveToLibraryAsync (noop)addAssetsToAlbumAsync/removeAssetsFromAlbumAsync (false)deleteAlbumsAsync (false)getMomentsAsync (empty PagedInfo)migrateAlbumIfNeededAsync/albumNeedsMigrationAsync (noop/false)setAssetFavoriteAsync (false)presentPermissionsPickerAsync (noop)isAvailableAsync (true when bridge presentelse false)addListener/removeSubscription/removeAllListeners (real registration; no fan-out without a system event feed)MediaLibraryAssetsChangeEvent + EventSubscription types
Missing (9)
photo-library mutation across the bridge (saveToLibraryaddAssetsToAlbumremoveAssetsFromAlbumdeleteAlbumsdeleteAssetssetAssetFavorite — would need a write-capable photoLibrary bridge)system-wide assets-change events (no browser equivalent feed)Moments grouping (iOS-onlyno bridge today)