react-native-get-pixel_edit/node_modules/@react-native-community/cli-platform-android/build/config/getMainActivity.d.ts
2025-07-09 11:41:52 +09:00

5 lines
212 B
TypeScript

/**
* Reads the AndroidManifest.xml file and returns the name of the main activity.
*/
export default function getMainActivity(manifestPath: string): string | null;
//# sourceMappingURL=getMainActivity.d.ts.map