| /expo/packages/html-elements/src/css/ |
| H A D | units.ts | 1 import { PixelRatio, Platform } from 'react-native'; 5 return PixelRatio.getFontScale() * 16 * value;
|
| /expo/packages/html-elements/build/css/ |
| H A D | units.js | 1 import { PixelRatio, Platform } from 'react-native'; 5 return PixelRatio.getFontScale() * 16 * value;
|
| H A D | units.js.map | 1 …PixelRatio, Platform } from 'react-native';\n\nexport function rem(value: number): number | string…
|
| /expo/packages/expo-image/src/utils/ |
| H A D | AssetSourceResolver.web.ts | 2 import { PixelRatio } from 'react-native'; 15 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get()); 76 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
|
| /expo/packages/expo-image/build/utils/ |
| H A D | AssetSourceResolver.web.js | 2 import { PixelRatio } from 'react-native'; 5 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get()); 55 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
|
| /expo/packages/expo-asset/src/ |
| H A D | AssetSourceResolver.web.ts | 2 import { PixelRatio } from 'react-native'; 15 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get()); 76 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
|
| H A D | AssetSources.ts | 3 import { PixelRatio } from 'react-native'; 42 const scale = AssetSourceResolver.pickScale(meta.scales, PixelRatio.get());
|
| /expo/packages/expo-asset/build/ |
| H A D | AssetSourceResolver.web.js | 2 import { PixelRatio } from 'react-native'; 5 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get()); 55 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
|
| H A D | AssetSources.js | 3 import { PixelRatio } from 'react-native'; 22 const scale = AssetSourceResolver.pickScale(meta.scales, PixelRatio.get());
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/ |
| H A D | PixelRatio.js.flow | 13 declare class PixelRatio { 21 module.exports = PixelRatio;
|
| H A D | PixelRatio.d.ts | 64 export const PixelRatio: PixelRatioStatic; constant
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | AndroidImplementationSelector.tsx | 2 import { PixelRatio, Switch, Text, View } from 'react-native'; 25 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| H A D | VideoScreen.tsx | 2 import { PixelRatio, ScrollView, StyleSheet } from 'react-native'; 37 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| H A D | RecordingScreen.tsx | 2 import { PixelRatio, ScrollView, StyleSheet } from 'react-native'; 68 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| H A D | AudioScreen.tsx | 4 import { PixelRatio, ScrollView, StyleSheet } from 'react-native'; 48 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| /expo/apps/native-component-list/src/components/ |
| H A D | ListButton.tsx | 3 PixelRatio, 33 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| H A D | SimpleActionDemo.tsx | 4 PixelRatio, 58 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/ |
| H A D | PixelRatio.d.ts | 64 export const PixelRatio: PixelRatioStatic; constant
|
| /expo/apps/native-component-list/src/screens/SVG/ |
| H A D | SVGScreen.tsx | 7 PixelRatio, 75 borderBottomWidth: 1.0 / PixelRatio.get(),
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | captureRef.mdx | 56 …PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar… 62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | captureRef.mdx | 56 …PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar… 62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | captureRef.mdx | 56 …PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar… 62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | captureRef.mdx | 56 …PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar… 62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | captureRef.mdx | 56 …PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar… 62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
|
| /expo/packages/expo-gl/build/ |
| H A D | Canvas.js | 4 import { PixelRatio, StyleSheet, View } from 'react-native'; 35 const scale = PixelRatio.get();
|