5 lines
253 B
TypeScript
5 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>;
|