1 | /**
|
2 | * Android platform files
|
3 | */
|
4 | export { default as commands } from './commands';
|
5 | export { adb, getAdbPath, listAndroidDevices, tryRunAdbReverse, } from './commands/runAndroid';
|
6 | export { projectConfig, dependencyConfig, getAndroidProject, getPackageName, isProjectUsingKotlin, } from '@react-native-community/cli-config-android';
|
7 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |