Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dversion-utils.js14 function parseVersion(versionStr) { argument
15 const match = versionStr.match(VERSION_REGEX);
18 `You must pass a correctly formatted version; couldn't parse ${versionStr}`,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dversion-utils.js41 function parseVersion(versionStr, buildType) { argument
48 const match = extractMatchIfValid(versionStr);
75 function extractMatchIfValid(versionStr) { argument
76 const match = versionStr.match(VERSION_REGEX);
79 `You must pass a correctly formatted version; couldn't parse ${versionStr}`,