Home
last modified time | relevance | path

Searched refs:withUpdates (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-updates/plugin/src/
H A DwithUpdates.ts7 const withUpdates: ConfigPlugin = (config) => { constant
8 config = AndroidConfig.Updates.withUpdates(config);
9 config = IOSConfig.Updates.withUpdates(config);
13 export default createRunOncePlugin(withUpdates, pkg.name, pkg.version);
/expo/packages/expo-updates/plugin/build/
H A DwithUpdates.js6 const withUpdates = (config) => { function
7 config = config_plugins_1.AndroidConfig.Updates.withUpdates(config);
8 config = config_plugins_1.IOSConfig.Updates.withUpdates(config);
11 exports.default = (0, config_plugins_1.createRunOncePlugin)(withUpdates, pkg.name, pkg.version);
/expo/packages/expo-updates/plugin/src/__tests__/
H A DwithUpdates-test.ts4 import withUpdates from '../withUpdates';
20 withUpdates(getConfig());
24 expect(AndroidConfig.Updates.withUpdates).toHaveBeenCalledWith(_);
25 expect(IOSConfig.Updates.withUpdates).toHaveBeenCalledWith(_);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/
H A Dexpo-updates.ts24 config = AndroidConfig.Updates.withUpdates(config);
25 config = IOSConfig.Updates.withUpdates(config);
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/
H A Dexpo-updates.js28 config = _configPlugins().AndroidConfig.Updates.withUpdates(config);
29 config = _configPlugins().IOSConfig.Updates.withUpdates(config);
H A Dexpo-updates.js.map1withUpdates","IOSConfig","_default","default"],"sources":["../../../src/plugins/unversioned/expo-u…
/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js15 exports.withUpdates = void 0;
63 const withUpdates = config => { function
71 exports.withUpdates = withUpdates;
H A DUpdates.d.ts17 export declare const withUpdates: ConfigPlugin; constant
H A DUpdates.js.map1withUpdates","config","withExpoPlist","projectRoot","modRequest","expoUpdatesPackageVersion","getE…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js16 exports.withUpdates = void 0;
90 const withUpdates = config => { function
93 exports.withUpdates = withUpdates;
H A DUpdates.d.ts18 export declare const withUpdates: ConfigPlugin; constant
H A DUpdates.js.map1withUpdates","config","withPlugins","withUpdatesManifest","withRuntimeVersionResource","withAndroi…
/expo/packages/@expo/prebuild-config/src/plugins/
H A DwithDefaultPlugins.ts26 import withUpdates from './unversioned/expo-updates';
145 withUpdates,
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts40 export const withUpdates: ConfigPlugin = (config) => { constant
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts50 export const withUpdates: ConfigPlugin = (config) => { constant
/expo/packages/@expo/prebuild-config/build/plugins/
H A DwithDefaultPlugins.js.map1withUpdates","withBranch","withDocumentPicker","withSystemUI","withSplashScreen","withNavigationBa…