Home
last modified time | relevance | path

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

/expo/tools/src/versioning/ios/
H A Dindex.ts931 const versionPathComponents = path.join('ios', 'versioned-react-native', versionName).split('/'); constant
932 const newVersionPath = rootPathComponents.concat(versionPathComponents).join('/');