Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 180) sorted by relevance

12345678

/expo/packages/@expo/cli/src/start/server/metro/
H A DwaitForMetroToObserveTypeScriptFile.ts49 const off = () => { constant
53 runner.server.addListener?.('close', off);
54 return off;
101 off();
111 const off = () => { constant
115 runner.server.addListener?.('close', off);
116 return off;
161 const off = () => { constant
165 runner.server.addListener?.('close', off);
166 return off;
H A DmetroWatchTypeScriptFiles.ts81 const off = () => { constant
86 server.addListener?.('close', off);
87 return off;
/expo/docs/common/
H A Duse-nprogress.ts21 router?.events.off('routeChangeStart', nprogress.start);
22 router?.events.off('routeChangeComplete', nprogress.done);
23 router?.events.off('routeChangeError', nprogress.done);
/expo/packages/expo-camera/build/
H A DExponentCameraManager.web.d.ts11 off: string; constant
17 off: string; constant
H A DCamera.types.d.ts9 off = "off", enumerator
15 off = "off", enumerator
81 off = "off", enumerator
H A DWebCapabilityUtils.js.map1off':\n case 'auto':\n default:\n return false;\n }\n}\n\nexport function convertWhite…
H A DExponentCameraManager.web.js121 off: 'off',
129 off: 'off',
/expo/packages/expo-modules-core/src/uuid/lib/
H A Dv35.ts34 const off = (buf && offset) || 0;
50 buf[off + idx] = bytes[idx];
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts171 this.off = installExitHooks(() => {
176 private off: (() => void) | null = null; property in SimulatorLogStreamer
179 this.off?.();
180 this.off = null;
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dv35.js21 const off = (buf && offset) || 0;
36 buf[off + idx] = bytes[idx];
/expo/packages/expo-camera/src/
H A DCamera.types.ts16 off = 'off', enumerator
23 off = 'off', enumerator
93 off = 'off', enumerator
H A DExponentCameraManager.web.ts141 off: 'off',
149 off: 'off',
/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaViewEdgeMode.m9 @"off" : @(ABI49_0_0RNCSafeAreaViewEdgeModeOff),
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaViewEdgeMode.m9 @"off" : @(RNCSafeAreaViewEdgeModeOff),
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A DlaunchPackager.bat6 @echo off
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A DlaunchPackager.bat6 @echo off
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A DlaunchPackager.bat6 @echo off
/expo/packages/expo-battery/build/
H A DBattery.types.js.map1off\n */\n lowPowerMode: boolean;\n};\n\n// @needsAudit\nexport enum BatteryState {\n /**\n …
/expo/docs/
H A D.eslintrc.cjs17 'tailwindcss/classnames-order': 'off',
/expo/packages/expo-status-bar/src/__tests__/
H A DHelpers.tsx26 // @ts-ignore: brentvatne: I'm not sure how else to read the props off of a
/expo/apps/native-component-list/src/screens/Camera/
H A DCameraScreen.tsx24 off: FlashMode.on,
27 torch: FlashMode.off,
31 off: 'flash-off',
85 flash: FlashMode.off,
147 autoFocus: state.autoFocus === AutoFocus.on ? AutoFocus.off : AutoFocus.on,
/expo/packages/expo-maps/build/
H A DPolyline.js.map1off exactly at the end point\n * * `'round'` - line ends are rounded with a center point at the …
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocation.mdx195 …tions in the emulator, you may have to turn off the **Improve Location Accuracy** setting. This wi…
197off **Improve Location Accuracy**. For Android 11 and lower, go to **Settings** > **Location** > *…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlocation.mdx195 …tions in the emulator, you may have to turn off the **Improve Location Accuracy** setting. This wi…
197off **Improve Location Accuracy**. For Android 11 and lower, go to **Settings** > **Location** > *…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dlocation.mdx195 …tions in the emulator, you may have to turn off the **Improve Location Accuracy** setting. This wi…
197off **Improve Location Accuracy**. For Android 11 and lower, go to **Settings** > **Location** > *…

12345678