Home
last modified time | relevance | path

Searched refs:reactNativePackageJsonPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DGenerateSDKDocs.ts25 const reactNativePackageJsonPath = path.join( constant
31 const reactNativeVersion = await JsonFile.getAsync(reactNativePackageJsonPath, 'version', null);
34 throw new Error(`React Native version not found at ${reactNativePackageJsonPath}`);