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.

6 lines 193 B
/** * iOS platform files */ export { default as commands } from './commands'; export { projectConfig, dependencyConfig, findPodfilePaths } from './config'; //# sourceMappingURL=index.d.ts.map