UNPKG

react-native-asset

Version:

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

14 lines 306 B
export declare const getConfig: ({ rootPath }: { rootPath: string; }) => Promise<{ android: { path: string; exists: boolean; }; ios: { path: string; exists: boolean; pbxprojPath: string | undefined; }; }>; //# sourceMappingURL=get-config.d.ts.map