| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | PIXIBasicScreen.tsx | 9 const { scale: resolution } = Dimensions.get('window'); 10 const width = gl.drawingBufferWidth / resolution; 11 const height = gl.drawingBufferHeight / resolution; 16 resolution,
|
| H A D | PIXISpriteScreen.tsx | 11 const { scale: resolution } = Dimensions.get('window'); 12 const width = gl.drawingBufferWidth / resolution; 13 const height = gl.drawingBufferHeight / resolution; 18 resolution,
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | withMetroResolvers.ts | 92 const found = [...mapByTarget.values()].find((resolution) => resolution.path === origin); 254 const resolution = resolver(universalContext, moduleName, platform); constant 255 if (resolution) { 256 storeResult(resolution); 257 return resolution;
|
| /expo/packages/expo/bin/ |
| H A D | cli | 3 // Execute the CLI using node module resolution, instead of creating a new process.
|
| /expo/tools/src/android-update-native-dependencies/ |
| H A D | initScript.gradle | 15 // configure the task, for example wrt. resolution strategies
|
| /expo/fastlane/screenshots/ |
| H A D | README.txt | 2 The device type will automatically be recognized using the image resolution.
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI49_0_0EXScopedModuleRegistryDelegate.m | 15 // in ABI49_0_0EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI47_0_0EXScopedModuleRegistryDelegate.m | 15 // in ABI47_0_0EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI48_0_0EXScopedModuleRegistryDelegate.m | 15 // in ABI48_0_0EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/ |
| H A D | EXScopedModuleRegistryDelegate.m | 15 // in EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
|
| /expo/ios/versioned/sdk47/EXCamera/EXCamera/Utilities/ |
| H A D | ABI47_0_0EXCameraUtils.h | 20 + (NSString *)captureSessionPresetForVideoResolution:(ABI47_0_0EXCameraVideoResolution)resolution;
|
| H A D | ABI47_0_0EXCameraUtils.m | 70 + (NSString *)captureSessionPresetForVideoResolution:(ABI47_0_0EXCameraVideoResolution)resolution 72 switch (resolution) {
|
| /expo/ios/versioned/sdk48/EXCamera/EXCamera/Utilities/ |
| H A D | ABI48_0_0EXCameraUtils.h | 20 + (NSString *)captureSessionPresetForVideoResolution:(ABI48_0_0EXCameraVideoResolution)resolution;
|
| H A D | ABI48_0_0EXCameraUtils.m | 70 + (NSString *)captureSessionPresetForVideoResolution:(ABI48_0_0EXCameraVideoResolution)resolution 72 switch (resolution) {
|
| /expo/ios/versioned/sdk49/EXCamera/EXCamera/Utilities/ |
| H A D | ABI49_0_0EXCameraUtils.h | 22 + (NSString *)captureSessionPresetForVideoResolution:(ABI49_0_0EXCameraVideoResolution)resolution;
|
| H A D | ABI49_0_0EXCameraUtils.m | 90 + (NSString *)captureSessionPresetForVideoResolution:(ABI49_0_0EXCameraVideoResolution)resolution 92 switch (resolution) {
|
| /expo/packages/expo-camera/ios/EXCamera/Utilities/ |
| H A D | EXCameraUtils.h | 22 + (NSString *)captureSessionPresetForVideoResolution:(EXCameraVideoResolution)resolution;
|
| H A D | EXCameraUtils.m | 90 + (NSString *)captureSessionPresetForVideoResolution:(EXCameraVideoResolution)resolution 92 switch (resolution) {
|
| /expo/docs/pages/modules/ |
| H A D | autolinking.mdx | 17 1. common JavaScript CLI tool with the module resolution algorithm 97 The behavior of the module resolution can be customized using some configuration options. These opt… 190 The module resolution algorithm searches only for packages that contain the [Expo module config](./… 196 …ster, even though the module resolution algorithm is more complex to be more reliable and match th… 197 - Expo module resolution is also capable of detecting the duplicates which is a common issue in mon…
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 244 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local 246 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice() 278 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local 279 final String header = (isRaw ? resolution : ""); in saveToBase64String() 358 final Point resolution = new Point(w, h); in captureViewImpl() local 448 return resolution; // return image width and height in captureViewImpl()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 244 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local 246 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice() 278 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local 279 final String header = (isRaw ? resolution : ""); in saveToBase64String() 358 final Point resolution = new Point(w, h); in captureViewImpl() local 448 return resolution; // return image width and height in captureViewImpl()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 286 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local 288 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice() 320 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local 321 final String header = (isRaw ? resolution : ""); in saveToBase64String() 402 final Point resolution = new Point(w, h); in captureViewImpl() local 492 return resolution; // return image width and height in captureViewImpl()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 286 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local 288 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice() 320 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local 321 final String header = (isRaw ? resolution : ""); in saveToBase64String() 400 final Point resolution = new Point(w, h); in captureViewImpl() local 490 return resolution; // return image width and height in captureViewImpl()
|
| /expo/docs/pages/guides/ |
| H A D | typescript.mdx | 110 Expo CLI supports [path aliases](https://www.typescriptlang.org/docs/handbook/module-resolution.htm… 135 - Path aliases add additional resolution time when defined. 198 …sing the [baseUrl](https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url) o… 210 - [`compilerOptions.baseUrl`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#b… 212 …rOptions.baseUrl`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url) a…
|
| /expo/packages/expo-asset/build/ |
| H A D | Asset.fx.js.map | 1 …mer } from './resolveAssetSource';\n\n// Override React Native's asset resolution for `Image` comp…
|