UNPKG

react-native-asset

Version:

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

11 lines 275 B
export default function getManifest(projectPath: string): { read: () => Promise<{ path: string; sha1: string; }[]>; write: (files: Array<{ path: string; sha1: string; }>) => Promise<void>; }; //# sourceMappingURL=index.d.ts.map