Home
last modified time | relevance | path

Searched refs:reload (Results 1 – 25 of 193) sorted by relevance

12345678

/expo/packages/expo-dev-menu/ios/Modules/
H A DDevMenuExtensions.swift29 let reload = DevMenuExtensions.reloadAction(devDelegate.reload) in devMenuItems() variable
30 reload.isAvailable = { !DevMenuExtensions.checkIfLogBoxIsOpened() } in devMenuItems()
52 container.addItem(reload) in devMenuItems()
77 let reload = DevMenuAction(withId: "reload", action: action) variable
78 reload.label = { "Reload" }
79 reload.glyphName = { "reload" }
80 reload.importance = DevMenuScreenItem.ImportanceHighest
81 reload.registerKeyCommand(input: "r", modifiers: []) // "r" without modifiers
82 return reload
/expo/packages/expo-updates/src/
H A DExpoUpdates.web.ts7 async reload(): Promise<void> {
9 window.location.reload(true);
/expo/packages/expo-updates/build/
H A DExpoUpdates.web.js6 async reload() {
9 window.location.reload(true);
H A DExpoUpdates.web.js.map1 …xpoUpdates';\n },\n async reload(): Promise<void> {\n if (!Platform.isDOMAvailable) return;\n…
H A DExpoUpdates.web.d.ts3 reload(): Promise<void>; constant
/expo/packages/@expo/metro-runtime/build/
H A DmessageSocket.js12 window.location.reload();
17 window.location.reload();
H A DsetupFastRefresh.js6 location.reload();
14 location.reload();
H A DmessageSocket.js.map1 … case 'reload':\n window.location.reload();\n break;\n }\n break;\n …
/expo/packages/@expo/metro-runtime/src/
H A DmessageSocket.ts14 window.location.reload();
19 window.location.reload();
H A DsetupFastRefresh.ts8 location.reload();
21 location.reload();
/expo/packages/expo-updates/src/__mocks__/
H A DExpoUpdates.ts6 const reload = jest.fn(); constant
24 reload,
/expo/packages/@expo/metro-runtime/src/location/
H A DLocation.native.ts124 reload: {
125 value: function reload() {
133 return DevSettings.reload();
/expo/packages/@expo/metro-runtime/build/location/
H A DLocation.native.js126 reload: { property
127 value: function reload() {
135 return DevSettings.reload();
/expo/packages/expo-updates/src/ts-declarations/
H A Dlib.dom.d.ts12 reload(forcedReload?: boolean): void; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/
H A DDevSettings.d.ts29 reload(reason?: string): void; method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/
H A DDevSettings.d.ts29 reload(reason?: string): void; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/DevToolsSettings/
H A DDevToolsSettingsManager.d.ts12 reload(): void; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTRedBoxExtraDataViewController.h11 - (void)reload;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTRedBoxExtraDataViewController.h11 - (void)reload;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTRedBoxExtraDataViewController.h11 - (void)reload;
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/selectors/
H A DViews.kt7 val reload = TaggedView("DevLauncherErrorScreenReload") constant
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/DevSupport/
H A DABI48_0_0EXDisabledDevMenu.h14 - (void)reload;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/DevSupport/
H A DABI49_0_0EXDisabledDevMenu.h14 - (void)reload;
/expo/ios/Exponent/Versioned/Core/Internal/DevSupport/
H A DEXDisabledDevMenu.h14 - (void)reload;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/DevSupport/
H A DABI47_0_0EXDisabledDevMenu.h14 - (void)reload;

12345678