Home
last modified time | relevance | path

Searched refs:Global (Results 1 – 25 of 45) sorted by relevance

12

/expo/docs/ui/components/Search/
H A DSearch.tsx1 import { Global } from '@emotion/react';
16 <Global styles={commandMenuStyles} />
/expo/docs/pages/
H A D_document.tsx1 import { Global } from '@emotion/react';
24 <Global styles={[globalNProgress, globalPrism, globalTippy, globalDiff, globalExtras]} />
H A D_app.tsx1 import { css, Global } from '@emotion/react';
59 <Global
/expo/packages/expo-gl/src/ts-declarations/
H A Dlib.dom.d.ts1 declare const global: Global & {
/expo/docs/types/
H A Dglobal.d.ts14 interface Global { interface
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt63 Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
100 Settings.Global.getInt( in <lambda>()
102 Settings.Global.INSTALL_NON_MARKET_APPS, in <lambda>()
/expo/docs/pages/router/reference/
H A Dsearch-parameters.mdx68 console.log("Local:", local.user, "Global:", glob.user);
89 <Terminal cmd={['Local: evanbacon Global: evanbacon']} />
96 'Local: charlie Global: charlie',
98 'Local: evanbacon Global: charlie',
107 'Local: james Global: james',
109 'Local: evanbacon Global: james',
111 'Local: charlie Global: james',
118 …- Global re-renders are executed in order of the stack, so the first screen is re-rendered first, …
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt64 Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
101 Settings.Global.getInt( in <lambda>()
103 Settings.Global.INSTALL_NON_MARKET_APPS, in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt64 Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
101 Settings.Global.getInt( in <lambda>()
103 Settings.Global.INSTALL_NON_MARKET_APPS, in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt70 Settings.Global.getString(mContext.contentResolver, Settings.Global.DEVICE_NAME) in <lambda>()
133 Settings.Global.getInt( in isSideLoadingEnabledAsync()
135 Settings.Global.INSTALL_NON_MARKET_APPS, in isSideLoadingEnabledAsync()
/expo/docs/ui/components/Layout/
H A DLayout.tsx1 import { css, Global } from '@emotion/react';
52 <Global
/expo/docs/pages/build-reference/
H A Dinfrastructure.mdx42 - Global Gradle configuration in **~/.gradle/gradle.properties**:
51 - Global npm configuration in **~/.npmrc**:
57 - Global Yarn configuration in **~/.yarnrc.yml**:
168 - Global npm configuration in **~/.npmrc**:
174 - Global Yarn configuration in **~/.yarnrc.yml**:
/expo/packages/expo-network/android/src/main/java/expo/modules/network/
H A DNetworkModule.kt75 …return@AsyncFunction Settings.Global.getInt(context.contentResolver, Settings.Global.AIRPLANE_MODE… in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DExceptionUtils.kt78 return Settings.System.getInt(context.contentResolver, Settings.Global.AIRPLANE_MODE_ON, 0) != 0 in isAirplaneModeOn()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/network/
H A DNetworkModule.kt75 …return@AsyncFunction Settings.Global.getInt(context.contentResolver, Settings.Global.AIRPLANE_MODE… in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/network/
H A DNetworkModule.kt151 …val isAirplaneMode = Settings.Global.getInt(appContext.contentResolver, Settings.Global.AIRPLANE_M… in isAirplaneModeEnabledAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/network/
H A DNetworkModule.kt75 …return@AsyncFunction Settings.Global.getInt(context.contentResolver, Settings.Global.AIRPLANE_MODE… in <lambda>()
/expo/packages/expo-modules-core/ios/Services/
H A DEXReactNativeEventEmitter.m86 // Global observing state
133 // Global observing state
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Services/
H A DABI48_0_0EXReactNativeEventEmitter.m86 // Global observing state
133 // Global observing state
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Services/
H A DABI49_0_0EXReactNativeEventEmitter.m86 // Global observing state
133 // Global observing state
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Services/
H A DABI47_0_0EXReactNativeEventEmitter.m86 // Global observing state
133 // Global observing state
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts40 interface Global { interface
/expo/packages/expo-av/src/Audio/
H A DSound.ts62 interface Global { interface
/expo/ios/versioned/sdk47/EXDevice/EXDevice/
H A DABI47_0_0EXDevice.m217 … @{ @"name": @"iPhone 5s", @"year": @2013 }, // (model A1457, A1518, A1528 (China), A1530 | Global)
225 @"iPhone9,3": @{ @"name": @"iPhone 7", @"year": @2016 }, // (model A1778 | Global)
227 @"iPhone9,4": @{ @"name": @"iPhone 7 Plus", @"year": @2016 }, // (model A1784 | Global)
/expo/ios/versioned/sdk47/EXConstants/EXConstants/
H A DABI47_0_0EXConstantsService.m360 @"iPhone10,3": @2017, // iPhone X Global
366 @"iPhone11,6": @2018, // iPhone Xs Max Global

12