UNPKG

@react-native-community/cli-platform-ios

Version:

This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.

7 lines 217 B
interface Args { scheme?: string; mode: string; } export declare function getConfigurationScheme({ scheme, mode }: Args, sourceDir: string): any; export {}; //# sourceMappingURL=getConfigurationScheme.d.ts.map