one
Version:
One is a new React Framework that makes Vite serve both native and web.
16 lines • 463 B
TypeScript
export interface AppConfig {
expo?: {
name?: string;
slug?: string;
ios?: {
bundleIdentifier?: string;
};
android?: {
package?: string;
};
};
name?: string;
}
export declare function getBundleIdFromConfig(root: string): string | undefined;
export declare function getAvailablePort(preferredPort: number, excludePort?: number): Promise<number>;
//# sourceMappingURL=utils.d.ts.map