| /expo/packages/@expo/config-plugins/src/plugins/__tests__/ |
| H A D | withRunOnce-test.ts | 3 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 D | withRunOnce.js | 6 exports.createRunOncePlugin = createRunOncePlugin; 46 function createRunOncePlugin(plugin, name, version) { function
|
| /expo/packages/expo-dev-menu/plugin/src/ |
| H A D | withDevMenu.ts | 1 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 D | withDocumentPicker.ts | 1 import { createRunOncePlugin } from 'expo/config-plugins'; 7 export default createRunOncePlugin(withDocumentPickerIOS, pkg.name, pkg.version);
|
| /expo/packages/expo-file-system/plugin/src/ |
| H A D | withFileSystem.ts | 1 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 D | withBrightness.ts | 1 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 D | withAppleAuth.ts | 1 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 D | createLegacyPlugin.ts | 3 createRunOncePlugin, 39 return createRunOncePlugin(withFallback, packageName)(config); 46 fallback: createRunOncePlugin(withFallback, packageName),
|
| H A D | expo-updates.ts | 4 createRunOncePlugin, 19 fallback: createRunOncePlugin((config) => withUnversionedUpdates(config), packageName),
|
| /expo/packages/expo-cellular/plugin/src/ |
| H A D | withCellular.ts | 1 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 D | withSplashScreen.ts | 3 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins'; 15 export default createRunOncePlugin(withSplashScreen, pkg.name, pkg.version);
|
| /expo/packages/expo-branch/plugin/src/ |
| H A D | withBranch.ts | 1 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 D | withSystemUI.ts | 1 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 D | withUpdates.ts | 1 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 D | withSecureStore.ts | 1 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 D | withNotifications.ts | 1 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 D | withTaskManager.ts | 1 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 D | withDevClient.ts | 1 import { createRunOncePlugin } from '@expo/config-plugins'; 22 export default createRunOncePlugin<PluginConfigType>(withDevClient, pkg.name, pkg.version);
|
| /expo/packages/expo-sensors/plugin/src/ |
| H A D | withSensors.ts | 1 import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins'; 18 export default createRunOncePlugin(withSensors, pkg.name, pkg.version);
|
| /expo/packages/expo-av/plugin/src/ |
| H A D | withAV.ts | 4 createRunOncePlugin, 33 export default createRunOncePlugin(withAV, pkg.name, pkg.version);
|
| /expo/packages/expo-background-fetch/plugin/src/ |
| H A D | withBackgroundFetch.ts | 4 createRunOncePlugin, 29 export default createRunOncePlugin(withBackgroundFetch, pkg.name, pkg.version);
|
| /expo/packages/expo-contacts/plugin/src/ |
| H A D | withContacts.ts | 1 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 D | withLocalAuthentication.ts | 1 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 D | withTrackingTransparency.ts | 1 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 D | withDevLauncher.ts | 2 createRunOncePlugin, 12 export default createRunOncePlugin<PluginConfigType>(
|