react-native-test-app
Version:
react-native-test-app provides a test app for all supported platforms as a package
13 lines (11 loc) • 301 B
JavaScript
// @ts-check
/**
* @typedef {{
* projectRoot: string;
* platforms: import("@expo/config-plugins").ModPlatform[];
* packageJsonPath: string;
* appJsonPath: string;
* }} ProjectInfo
*/
/** This dummy export is only here so that JSDoc can import this module. */
export const __dummy = 0;