Home
last modified time | relevance | path

Searched defs:withVersion (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DVersion.d.ts3 export declare const withVersion: ConfigPlugin; constant
H A DVersion.js26 const withVersion = config => { function
/expo/packages/@expo/config-plugins/build/ios/
H A DVersion.d.ts3 export declare const withVersion: import("..").ConfigPlugin; constant
H A DVersion.js18 const withVersion = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setVersion, { constant
/expo/packages/@expo/config-plugins/src/ios/
H A DVersion.ts6 export const withVersion = createInfoPlistPluginWithPropertyGuard( constant
/expo/packages/@expo/config-plugins/src/android/
H A DVersion.ts7 export const withVersion: ConfigPlugin = (config) => { constant