Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DScheme-test.ts7 setScheme,
26 setScheme(
44 expect(setScheme({}, {})).toMatchObject({});
/expo/packages/@expo/config-plugins/build/ios/
H A DScheme.js11 exports.setScheme = setScheme;
20 const withScheme = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setScheme, {
36 function setScheme(config, infoPlist) { function
H A DScheme.d.ts7 export declare function setScheme(config: Partial<Pick<ExpoConfig, 'scheme' | 'ios'>>, infoPlist: I…
H A DScheme.js.map1setScheme","infoPlistProperty","expoConfigProperty","exports","getScheme","config","Array","isArra…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DScheme-test.ts13 setScheme,
50 androidManifestJson = await setScheme({}, androidManifestJson);
57 androidManifestJson = await setScheme(
/expo/packages/@expo/config-plugins/src/ios/
H A DScheme.ts7 setScheme,
27 export function setScheme( function
/expo/packages/@expo/config-plugins/build/android/
H A DScheme.d.ts15 export declare function setScheme(config: Pick<ExpoConfig, 'scheme' | 'android'>, androidManifest: …
H A DScheme.js12 exports.setScheme = setScheme;
28 const withScheme = (0, _androidPlugins().createAndroidManifestPlugin)(setScheme, 'withScheme');
43 function setScheme(config, androidManifest) { function
H A DScheme.js.map1setScheme","exports","getScheme","config","Array","isArray","scheme","validate","value","filter","…
/expo/packages/@expo/config-plugins/src/android/
H A DScheme.ts16 export const withScheme = createAndroidManifestPlugin(setScheme, 'withScheme');
32 export function setScheme( function