Home
last modified time | relevance | path

Searched refs:Refresh (Results 1 – 25 of 52) sorted by relevance

123

/expo/packages/@expo/metro-runtime/src/
H A DsetupFastRefresh.ts6 const Refresh = { constant
30 global[(global.__METRO_GLOBAL_PREFIX__ || '') + '__ReactRefresh'] = Refresh;
/expo/packages/@expo/metro-runtime/build/
H A DsetupFastRefresh.js4 const Refresh = { variable
22 global[(global.__METRO_GLOBAL_PREFIX__ || '') + '__ReactRefresh'] = Refresh;
H A DsetupFastRefresh.d.ts2 declare const Refresh: { constant
H A DsetupFastRefresh.js.map1Refresh = {\n performFullRefresh() {\n location.reload();\n },\n\n createSignatureFunctionFo…
H A DLoadingView.js.map1 …r } from 'react-native-web';\n\n// Ensure events are sent so custom Fast Refresh views are shown.\…
H A DHMRClient.js.map1Refresh on, we might already have some stashed updates.\n // Since they'll get applied now, we'…
/expo/packages/expo-router/src/
H A Dqualified-entry.tsx3 // app directory. This will cause a lot of unfortunate errors regarding HMR and Fast Refresh.
4 // This is because Fast Refresh is sending the entire file containing an updated component.
11 // Must be exported or Fast Refresh won't update the context
/expo/packages/expo-router/build/
H A Dqualified-entry.js.map1Refresh.\n// This is because Fast Refresh is sending the entire file containing an updated compone…
/expo/packages/expo/src/launch/
H A DwithDevTools.tsx3 // Keep the screen awake on Android, we don't use the Fast Refresh overlay here.
4 // The default behavior here is to skip the custom Fast Refresh indicator.
H A DwithDevTools.ios.tsx7 * Append the Expo Fast Refresh view and optionally
/expo/packages/expo/build/launch/
H A DwithDevTools.js.map1 …n Android, we don't use the Fast Refresh overlay here.\n// The default behavior here is to skip th…
H A DwithDevTools.ios.js.map1 …InExpoGo } from '../environment/ExpoGo';\n\n/**\n * Append the Expo Fast Refresh view and optional…
/expo/guides/releasing/
H A DQuality Assurance.md14 - Fast Refresh
15 - Make sure Fast Refresh is enabled
19 - Disable Fast Refresh, make and save a change, it shouldn't show up
21 - Make and save another change, reenable Fast Refresh, your change should show up automatically
/expo/docs/pages/router/reference/
H A Dtroubleshooting.mdx31 // Must be exported or Fast Refresh won't update the context
/expo/ios/Exponent/Versioned/Core/
H A DEXVersionManagerObjC.m200 … @"label": (devSettings.isHotLoadingEnabled) ? @"Disable Fast Refresh" : @"Enable Fast Refresh",
205 @"label": @"Fast Refresh Unavailable",
207 …tton above to reload when in production mode. Switch back to development mode to use Fast Refresh."
/expo/packages/expo/src/environment/
H A DDevLoadingView.tsx83 {isDevLoading ? 'Using Fast Refresh' : "Don't see your changes? Reload the app"}
/expo/docs/pages/routing/
H A Dintroduction.mdx23 - **Iteration**: Universal Fast Refresh across Android, iOS, and web, along with artifact memoizati…
/expo/docs/pages/get-started/
H A Dcreate-a-project.mdx98 - If you see **Enable Fast Refresh**, press it. If you see **Disable Fast Refresh**, dismiss the de…
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/
H A DABI48_0_0EXVersionManager.mm202 … @"label": (devSettings.isHotLoadingEnabled) ? @"Disable Fast Refresh" : @"Enable Fast Refresh",
207 @"label": @"Fast Refresh Unavailable",
209 …tton above to reload when in production mode. Switch back to development mode to use Fast Refresh."
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/
H A DABI47_0_0EXVersionManager.mm201 … @"label": (devSettings.isHotLoadingEnabled) ? @"Disable Fast Refresh" : @"Enable Fast Refresh",
206 @"label": @"Fast Refresh Unavailable",
208 …tton above to reload when in production mode. Switch back to development mode to use Fast Refresh."
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/
H A DABI49_0_0EXVersionManager.mm219 … @"label": (devSettings.isHotLoadingEnabled) ? @"Disable Fast Refresh" : @"Enable Fast Refresh",
224 @"label": @"Fast Refresh Unavailable",
226 …tton above to reload when in production mode. Switch back to development mode to use Fast Refresh."
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dregister-root-component.mdx57 - Adds the Fast Refresh and bundle splitting indicator to the app.
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dregister-root-component.mdx57 - Adds the Fast Refresh and bundle splitting indicator to the app.
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dregister-root-component.mdx57 - Adds the Fast Refresh and bundle splitting indicator to the app.
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dregister-root-component.mdx57 - Adds the Fast Refresh and bundle splitting indicator to the app.

123