@react-native-community/cli-platform-android
Version:
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.
4 lines • 360 B
TypeScript
import execa from 'execa';
import { CLIError } from '@react-native-community/cli-tools';
export declare function startServerInNewWindow(port: number, terminal: string, projectRoot: string, reactNativePath: string): CLIError | execa.ExecaChildProcess<string> | execa.ExecaSyncReturnValue<string> | undefined;
//# sourceMappingURL=startServerInNewWindow.d.ts.map