GT2/Ejectable/node_modules/@expo/configure-splash-screen/build/android/AndroidManifest.xml.d.ts
2021-08-16 00:14:59 +00:00

4 lines
253 B
TypeScript

/**
* @param androidMainPath Path to the main directory containing code and resources in Android project. In general that would be `android/app/src/main`.
*/
export default function configureAndroidManifestXml(androidMainPath: string): Promise<void>;