| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Reusable.tsx | 23 <Use href="#shape" x="20" y="0" /> 24 <Use href="#shape" x="170" y="0" /> 38 <Use href="#shape" x="75" y="50" fill="#0f0" /> 73 <Use href="#path" x="0" fill="blue" opacity="0.6" /> 74 <Use href="#path" x="20" y="5" fill="url(#linear)" /> 76 <Use href="#path" x="-10" y="20" fill="url(#radial)" /> 92 <Use href="#symbol" x="0" y="0" width="100" height="50" /> 93 <Use href="#symbol" x="10" y="50" width="75" height="38" /> 94 <Use href="#symbol" x="20" y="100" width="50" height="25" /> 110 <Use href="#path" fill="#3a8" /> [all …]
|
| H A D | Clipping.tsx | 6 const { ClipPath, Defs, RadialGradient, Stop, Rect, Text, Ellipse, G, Polygon, Path, Circle, Use } = 60 <Use href="#a" clipPath="url(#b)" /> 61 <Use href="#a" clipPath="url(#c)" y={100} /> 63 <Use href="#a" clipPath="url(#b)" clipRule="evenodd" /> 64 <Use href="#a" clipPath="url(#c)" y={100} />
|
| H A D | G.tsx | 6 const { Circle, Line, Rect, Text, Use } = Svg; 68 <Use
|
| /expo/docs/pages/archive/ |
| H A D | expo-cli.mdx | 90 | `--npm` | Use npm to install dependencies. (default when package-lock.json exists) | 91 | `--yarn` | Use Yarn to install dependencies. (default when yarn.lock exists) | 274 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 308 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 444 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 452 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 460 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 468 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 489 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | 497 | `--config [file]` | Deprecated: Use app.config.js to switch config files instead. | [all …]
|
| /expo/apps/bare-expo/android/ |
| H A D | gradle.properties | 29 # Use this property to specify which architecture you want to build. 34 # Use this property to enable support to the new architecture. 41 # Use this property to enable or disable the Hermes JS engine.
|
| /expo/packages/@expo/metro-runtime/ |
| H A D | CHANGELOG.md | 21 - Use `DeviceEventEmitter`. ([#24298](https://github.com/expo/expo/pull/24298) by [@EvanBacon](http… 35 - Use `fixed` position for floating toast. ([#24074](https://github.com/expo/expo/pull/24074) by [@…
|
| /expo/docs/.vale/writing-styles/expo-docs/ |
| H A D | Lists.yml | 2 message: "Use '1.' instead of '0.' for numbered lists."
|
| H A D | Gender.yml | 2 message: "Don't use %s. Use gender-neutral language instead."
|
| H A D | Bytes.yml | 2 message: "Incorrect byte. Use 'kB', 'MB', 'GB', 'TB' for bytes."
|
| H A D | Bits.yml | 2 message: "Incorrect bit unit. Use 'kbit', 'Mbit', 'Gbit', 'Tbit' for bits. The 'b' in 'bit' or 'bit…
|
| H A D | Latin.yml | 2 message: "Use '%s' instead of '%s'"
|
| H A D | Stores.yml | 2 message: "Use the correct capitalization by using '%s' instead of '%s'"
|
| /expo/templates/expo-template-bare-minimum/android/ |
| H A D | gradle.properties | 31 # Use this property to specify which architecture you want to build. 36 # Use this property to enable support to the new architecture. 43 # Use this property to enable or disable the Hermes JS engine.
|
| /expo/templates/expo-template-tv/android/ |
| H A D | gradle.properties | 31 # Use this property to specify which architecture you want to build. 36 # Use this property to enable support to the new architecture. 43 # Use this property to enable or disable the Hermes JS engine.
|
| /expo/apps/fabric-tester/android/ |
| H A D | gradle.properties | 31 # Use this property to specify which architecture you want to build. 36 # Use this property to enable support to the new architecture. 43 # Use this property to enable or disable the Hermes JS engine.
|
| /expo/android/ |
| H A D | gradle.properties | 7 # Use this property to specify which architecture you want to build. 23 # Use AppGlideModule from kernel
|
| /expo/packages/expo-localization/build/ |
| H A D | Localization.js.map | 1 …Use Localization.getLocales() instead.\n * Three-character ISO 4217 currency code. Returns `null` …
|
| /expo/packages/expo-constants/build/ |
| H A D | Constants.types.js.map | 1 …Use `expo-device`'s [`Device.modelId`](./device/#devicemodelid).\n */\n platform: string;\n /*…
|
| /expo/docs/pages/router/migrate/ |
| H A D | from-react-navigation.mdx | 253 The `NavigationContainer` ref should not be accessed directly. Use the following methods instead. 279 Use `useRootNavigationState()`. 283 Unlike React Navigation, Expo Router can reliably represent any route with a string. Use the [`useP… 287 Use the [`useLocalSearchParams()`](/router/reference/hooks/#uselocalsearchparams) hook to get the c… 295 Use the [`usePathname()`](/router/reference/hooks/#usepathname) or [`useSegments()`](/router/refere… 299 Use the [`useLocalSearchParams()`](/router/reference/hooks/#uselocalsearchparams) hook to get the c… 313 Use the [`usePathname()`](/router/reference/hooks/#usepathname), [`useSegments()`](/router/referenc… 368 Use the [Head component](/router/reference/static-rendering#meta-tags) to set the webpage title. 372 Use the `useRootNavigation()` hook instead. 428 /* @info Use <code>pathname</code> to determine if the link is active. */ [all …]
|
| /expo/android/versioned-react-native/ |
| H A D | gradle.properties | 6 # Use this property to specify which architecture you want to build.
|
| /expo/apps/sandbox/ |
| H A D | README.md | 3 Use this sandbox app when you need to quickly test something you're developing locally. Everything …
|
| /expo/templates/expo-template-tabs/app/ |
| H A D | modal.tsx | 14 {/* Use a light status bar on iOS to account for the black space above the modal */}
|
| /expo/packages/expo/src/ |
| H A D | Expo.fx.web.tsx | 4 // Use a wrapper `__DEV__` to remove this entire block in production.
|
| /expo/docs/providers/ |
| H A D | Analytics.tsx | 63 // Use a non-interaction event to avoid affecting bounce rate. 73 // Use a non-interaction event to avoid affecting bounce rate.
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | app-icons.mdx | 38 - Use **.png** files. 39 - Use the `android.adaptiveIcon.foregroundImage` property to specify the path to your foreground im… 40 - Use the `android.adaptiveIcon.monochromeImage` property to specify the path to your monochrome im… 51 - Use a **.png** file.
|