Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dversion-utils.js12 const VERSION_REGEX = /^v?((\d+)\.(\d+)\.(\d+)(?:-(.+))?)$/; constant
15 const match = versionStr.match(VERSION_REGEX);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dversion-utils.js10 const VERSION_REGEX = /^v?((\d+)\.(\d+)\.(\d+)(?:-(.+))?)$/; constant
76 const match = versionStr.match(VERSION_REGEX);