Home
last modified time | relevance | path

Searched refs:shouldCopyAssets (Results 1 – 1 of 1) sorted by relevance

/expo/apps/test-suite/tests/
H A DMediaLibrary.js61 const shouldCopyAssets = Platform.OS === 'android' && Platform.Version >= 30; constant
76 const album = await MediaLibrary.createAlbumAsync(name, assets[0], shouldCopyAssets);
78 await MediaLibrary.addAssetsToAlbumAsync(assets.slice(1), album, shouldCopyAssets);
153 await MediaLibrary.addAssetsToAlbumAsync(testAssets, album, shouldCopyAssets);
497 if (shouldCopyAssets) {
511 shouldCopyAssets
517 shouldCopyAssets
526 if (!shouldCopyAssets) {