UNPKG

rn-version-sync

Version:

Fast and simple utility to sync React Native version with native code

5 lines 239 B
/** * Update iOS project.pbxproj with new version name and version code */ export declare function updateIOSVersion(projectRoot: string, versionName: string, versionCode: string, verbose: boolean): void; //# sourceMappingURL=ios.d.ts.map