UNPKG

@rnv/engine-rn-next

Version:

ReNative Engine to build next based platforms with react native support.

8 lines 452 B
import { RnvContext } from '@rnv/core'; export declare const configureNextIfRequired: () => Promise<void>; export declare const runWebNext: () => Promise<void>; export declare const getExportDir: (c: RnvContext) => string; export declare const buildWebNext: () => Promise<boolean>; export declare const runWebDevServer: (c: RnvContext) => Promise<string>; export declare const exportWebNext: () => Promise<boolean>; //# sourceMappingURL=runner.d.ts.map