rn-version-sync
Version:
Fast and simple utility to sync React Native version with native code
12 lines • 384 B
TypeScript
export interface SyncOptions {
verbose?: boolean;
versionCode?: number;
}
/**
* Main function to sync versions
*/
export declare function syncVersions(projectRoot: string, options?: SyncOptions): void;
export { updateAndroidVersion } from './android';
export { updateIOSVersion } from './ios';
export { getPackageVersion } from './utils';
//# sourceMappingURL=index.d.ts.map