UNPKG

react-native-asset

Version:

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

7 lines 297 B
/** * Writes to Info.plist located in the iOS project * * Returns `null` if INFOPLIST_FILE is not specified or file is non-existent. */ export default function writePlist(project: any, sourceDir: any, plist: any, targetUUID: any): Promise<void | null>; //# sourceMappingURL=writePlist.d.ts.map