UNPKG

react-native-asset

Version:

Linking and unlinking of assets in your react-native app, works for fonts and sounds

6 lines (5 loc) 189 B
module.exports = assets => assets .map(({ path: assetPath, sha1 }) => ({ sha1, path: `./${assetPath}`, // Doesn't really matter which relative path, will be cleaned anyway }));