Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DScheme.js12 exports.withScheme = void 0;
20 const withScheme = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setScheme, { constant
24 exports.withScheme = withScheme;
H A DScheme.d.ts3 export declare const withScheme: import("..").ConfigPlugin; constant
H A DScheme.js.map1withScheme","createInfoPlistPluginWithPropertyGuard","setScheme","infoPlistProperty","expoConfigPr…
/expo/packages/@expo/config-plugins/build/android/
H A DScheme.d.ts11 export declare const withScheme: import("..").ConfigPlugin; constant
H A DScheme.js13 exports.withScheme = void 0;
28 const withScheme = (0, _androidPlugins().createAndroidManifestPlugin)(setScheme, 'withScheme'); constant
29 exports.withScheme = withScheme;
H A DScheme.js.map1withScheme","createAndroidManifestPlugin","setScheme","exports","getScheme","config","Array","isAr…
/expo/packages/@expo/prebuild-config/src/plugins/
H A DwithDefaultPlugins.ts52 IOSConfig.Scheme.withScheme,
101 AndroidConfig.Scheme.withScheme,
/expo/packages/@expo/config-plugins/src/ios/
H A DScheme.ts6 export const withScheme = createInfoPlistPluginWithPropertyGuard( constant
/expo/packages/@expo/prebuild-config/build/plugins/
H A DwithDefaultPlugins.js142 …esFullScreen.withRequiresFullScreen, _configPlugins().IOSConfig.Scheme.withScheme, _configPlugins(…
173 …ilters.withAndroidIntentFilters, _configPlugins().AndroidConfig.Scheme.withScheme, _configPlugins(…
H A DwithDefaultPlugins.js.map1withScheme","UsesNonExemptEncryption","withUsesNonExemptEncryption","Version","withBuildNumber","w…
/expo/packages/@expo/config-plugins/src/android/
H A DScheme.ts16 export const withScheme = createAndroidManifestPlugin(setScheme, 'withScheme'); constant