Searched refs:setScheme (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Scheme-test.ts | 7 setScheme, 26 setScheme( 44 expect(setScheme({}, {})).toMatchObject({});
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Scheme.js | 11 exports.setScheme = setScheme; 20 const withScheme = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setScheme, { 36 function setScheme(config, infoPlist) { function
|
| H A D | Scheme.d.ts | 7 export declare function setScheme(config: Partial<Pick<ExpoConfig, 'scheme' | 'ios'>>, infoPlist: I…
|
| H A D | Scheme.js.map | 1 …setScheme","infoPlistProperty","expoConfigProperty","exports","getScheme","config","Array","isArra…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Scheme-test.ts | 13 setScheme, 50 androidManifestJson = await setScheme({}, androidManifestJson); 57 androidManifestJson = await setScheme(
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Scheme.ts | 7 setScheme, 27 export function setScheme( function
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Scheme.d.ts | 15 export declare function setScheme(config: Pick<ExpoConfig, 'scheme' | 'android'>, androidManifest: …
|
| H A D | Scheme.js | 12 exports.setScheme = setScheme; 28 const withScheme = (0, _androidPlugins().createAndroidManifestPlugin)(setScheme, 'withScheme'); 43 function setScheme(config, androidManifest) { function
|
| H A D | Scheme.js.map | 1 …setScheme","exports","getScheme","config","Array","isArray","scheme","validate","value","filter","…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Scheme.ts | 16 export const withScheme = createAndroidManifestPlugin(setScheme, 'withScheme'); 32 export function setScheme( function
|