Home
last modified time | relevance | path

Searched refs:createRunOncePlugin (Results 1 – 25 of 75) sorted by relevance

123

/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A DwithRunOnce-test.ts3 import { createRunOncePlugin, withRunOnce } from '../withRunOnce';
25 const safePluginA = createRunOncePlugin(pluginA, pluginId);
28 const safePluginB = createRunOncePlugin(pluginB, pluginId);
45 const safePluginA = createRunOncePlugin(pluginA, pluginId);
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithRunOnce.js6 exports.createRunOncePlugin = createRunOncePlugin;
46 function createRunOncePlugin(plugin, name, version) { function
/expo/packages/expo-dev-menu/plugin/src/
H A DwithDevMenu.ts1 import { createRunOncePlugin } from 'expo/config-plugins';
6 export default createRunOncePlugin<void>((config) => config, pkg.name, pkg.version);
/expo/packages/expo-document-picker/plugin/src/
H A DwithDocumentPicker.ts1 import { createRunOncePlugin } from 'expo/config-plugins';
7 export default createRunOncePlugin(withDocumentPickerIOS, pkg.name, pkg.version);
/expo/packages/expo-file-system/plugin/src/
H A DwithFileSystem.ts1 import { AndroidConfig, ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
13 export default createRunOncePlugin(withFileSystem, pkg.name, pkg.version);
/expo/packages/expo-brightness/plugin/src/
H A DwithBrightness.ts1 import { ConfigPlugin, AndroidConfig, createRunOncePlugin } from 'expo/config-plugins';
9 export default createRunOncePlugin(withBrightness, pkg.name, pkg.version);
/expo/packages/expo-apple-authentication/plugin/src/
H A DwithAppleAuth.ts1 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
12 export default createRunOncePlugin(withAppleAuth, pkg.name, pkg.version);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/
H A DcreateLegacyPlugin.ts3 createRunOncePlugin,
39 return createRunOncePlugin(withFallback, packageName)(config);
46 fallback: createRunOncePlugin(withFallback, packageName),
H A Dexpo-updates.ts4 createRunOncePlugin,
19 fallback: createRunOncePlugin((config) => withUnversionedUpdates(config), packageName),
/expo/packages/expo-cellular/plugin/src/
H A DwithCellular.ts1 import { AndroidConfig, ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
13 export default createRunOncePlugin(withCellular, pkg.name, pkg.version);
/expo/packages/expo-splash-screen/plugin/src/
H A DwithSplashScreen.ts3 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
15 export default createRunOncePlugin(withSplashScreen, pkg.name, pkg.version);
/expo/packages/expo-branch/plugin/src/
H A DwithBranch.ts1 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
14 export default createRunOncePlugin(withBranch, pkg.name, pkg.version);
/expo/packages/expo-system-ui/plugin/src/
H A DwithSystemUI.ts1 import { ConfigPlugin, createRunOncePlugin, withPlugins } from 'expo/config-plugins';
19 export default createRunOncePlugin(withSystemUI, pkg.name, pkg.version);
/expo/packages/expo-updates/plugin/src/
H A DwithUpdates.ts1 import { ConfigPlugin, createRunOncePlugin, AndroidConfig, IOSConfig } from 'expo/config-plugins';
13 export default createRunOncePlugin(withUpdates, pkg.name, pkg.version);
/expo/packages/expo-secure-store/plugin/src/
H A DwithSecureStore.ts1 import { ConfigPlugin, createRunOncePlugin, withInfoPlist } from '@expo/config-plugins';
20 export default createRunOncePlugin(withSecureStore, pkg.name, pkg.version);
/expo/packages/expo-notifications/plugin/src/
H A DwithNotifications.ts1 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
40 export default createRunOncePlugin(withNotifications, pkg.name, pkg.version);
/expo/packages/expo-task-manager/plugin/src/
H A DwithTaskManager.ts1 import { ConfigPlugin, createRunOncePlugin, withInfoPlist } from 'expo/config-plugins';
19 export default createRunOncePlugin(withTaskManager, pkg.name, pkg.version);
/expo/packages/expo-dev-client/plugin/src/
H A DwithDevClient.ts1 import { createRunOncePlugin } from '@expo/config-plugins';
22 export default createRunOncePlugin<PluginConfigType>(withDevClient, pkg.name, pkg.version);
/expo/packages/expo-sensors/plugin/src/
H A DwithSensors.ts1 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
18 export default createRunOncePlugin(withSensors, pkg.name, pkg.version);
/expo/packages/expo-av/plugin/src/
H A DwithAV.ts4 createRunOncePlugin,
33 export default createRunOncePlugin(withAV, pkg.name, pkg.version);
/expo/packages/expo-background-fetch/plugin/src/
H A DwithBackgroundFetch.ts4 createRunOncePlugin,
29 export default createRunOncePlugin(withBackgroundFetch, pkg.name, pkg.version);
/expo/packages/expo-contacts/plugin/src/
H A DwithContacts.ts1 import { AndroidConfig, ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
22 export default createRunOncePlugin(withContacts, pkg.name, pkg.version);
/expo/packages/expo-local-authentication/plugin/src/
H A DwithLocalAuthentication.ts1 import { AndroidConfig, ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
21 export default createRunOncePlugin(withLocalAuthentication, pkg.name, pkg.version);
/expo/packages/expo-tracking-transparency/plugin/src/
H A DwithTrackingTransparency.ts1 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins';
38 export default createRunOncePlugin(withTrackingTransparency, pkg.name, pkg.version);
/expo/packages/expo-dev-launcher/plugin/src/
H A DwithDevLauncher.ts2 createRunOncePlugin,
12 export default createRunOncePlugin<PluginConfigType>(

123