Searched refs:withScheme (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Scheme.js | 12 exports.withScheme = void 0; 20 const withScheme = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setScheme, { constant 24 exports.withScheme = withScheme;
|
| H A D | Scheme.d.ts | 3 export declare const withScheme: import("..").ConfigPlugin; constant
|
| H A D | Scheme.js.map | 1 …withScheme","createInfoPlistPluginWithPropertyGuard","setScheme","infoPlistProperty","expoConfigPr…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Scheme.d.ts | 11 export declare const withScheme: import("..").ConfigPlugin; constant
|
| H A D | Scheme.js | 13 exports.withScheme = void 0; 28 const withScheme = (0, _androidPlugins().createAndroidManifestPlugin)(setScheme, 'withScheme'); constant 29 exports.withScheme = withScheme;
|
| H A D | Scheme.js.map | 1 …withScheme","createAndroidManifestPlugin","setScheme","exports","getScheme","config","Array","isAr…
|
| /expo/packages/@expo/prebuild-config/src/plugins/ |
| H A D | withDefaultPlugins.ts | 52 IOSConfig.Scheme.withScheme, 101 AndroidConfig.Scheme.withScheme,
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Scheme.ts | 6 export const withScheme = createInfoPlistPluginWithPropertyGuard( constant
|
| /expo/packages/@expo/prebuild-config/build/plugins/ |
| H A D | withDefaultPlugins.js | 142 …esFullScreen.withRequiresFullScreen, _configPlugins().IOSConfig.Scheme.withScheme, _configPlugins(… 173 …ilters.withAndroidIntentFilters, _configPlugins().AndroidConfig.Scheme.withScheme, _configPlugins(…
|
| H A D | withDefaultPlugins.js.map | 1 …withScheme","UsesNonExemptEncryption","withUsesNonExemptEncryption","Version","withBuildNumber","w…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Scheme.ts | 16 export const withScheme = createAndroidManifestPlugin(setScheme, 'withScheme'); constant
|