UNPKG

react-native-asset

Version:

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

7 lines 247 B
/** * Returns Info.plist located in the iOS project * * Returns `null` if INFOPLIST_FILE is not specified. */ export default function getPlist(project: any, sourceDir: any, targetUUID: any): Promise<any>; //# sourceMappingURL=getPlist.d.ts.map