7 lines
285 B
TypeScript
7 lines
285 B
TypeScript
/**
|
|
* iOS platform files
|
|
*/
|
|
export { default as commands } from './commands';
|
|
export { findPodfilePaths, getArchitecture, installPods, } from '@react-native-community/cli-platform-apple';
|
|
export { dependencyConfig, projectConfig } from './config';
|
|
//# sourceMappingURL=index.d.ts.map
|