@rnv/engine-rn-windows
Version:
ReNative Engine to build for Windows platform with react native support.
16 lines • 1.01 kB
TypeScript
import { RnvContext } from '@rnv/core';
type InjectOptions = {
release?: boolean;
launch?: boolean;
deploy?: boolean;
logging?: boolean;
};
export declare const ruWindowsProject: (injectedOptions?: InjectOptions) => Promise<boolean>;
declare const copyWindowsTemplateProject: (injectedOptions?: {}) => Promise<boolean>;
declare function clearWindowsTemporaryFiles(): Promise<unknown>;
declare const packageBundleForWindows: (isDev?: boolean) => Promise<string> | undefined;
declare const signWindowsApp: (c: RnvContext, script: string, windowsStoreAppUtils: string) => Promise<void>;
declare const installWindowsApp: (c: RnvContext, script: string, windowsStoreAppUtils: string) => Promise<void>;
declare const packageWindowsApp: (injectedOptions?: InjectOptions) => Promise<void>;
export { copyWindowsTemplateProject as configureWindowsProject, packageBundleForWindows, clearWindowsTemporaryFiles, packageWindowsApp, installWindowsApp, signWindowsApp, };
//# sourceMappingURL=index.d.ts.map