Home
last modified time | relevance | path

Searched refs:Use (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/expo/apps/native-component-list/src/screens/SVG/examples/
H A DReusable.tsx23 <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 DClipping.tsx6 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 DG.tsx6 const { Circle, Line, Rect, Text, Use } = Svg;
68 <Use
/expo/docs/pages/archive/
H A Dexpo-cli.mdx90 | `--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 Dgradle.properties29 # 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 DCHANGELOG.md21 - 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 DLists.yml2 message: "Use '1.' instead of '0.' for numbered lists."
H A DGender.yml2 message: "Don't use %s. Use gender-neutral language instead."
H A DBytes.yml2 message: "Incorrect byte. Use 'kB', 'MB', 'GB', 'TB' for bytes."
H A DBits.yml2 message: "Incorrect bit unit. Use 'kbit', 'Mbit', 'Gbit', 'Tbit' for bits. The 'b' in 'bit' or 'bit…
H A DLatin.yml2 message: "Use '%s' instead of '%s'"
H A DStores.yml2 message: "Use the correct capitalization by using '%s' instead of '%s'"
/expo/templates/expo-template-bare-minimum/android/
H A Dgradle.properties31 # 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 Dgradle.properties31 # 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 Dgradle.properties31 # 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 Dgradle.properties7 # Use this property to specify which architecture you want to build.
23 # Use AppGlideModule from kernel
/expo/packages/expo-localization/build/
H A DLocalization.js.map1Use Localization.getLocales() instead.\n * Three-character ISO 4217 currency code. Returns `null` …
/expo/packages/expo-constants/build/
H A DConstants.types.js.map1Use `expo-device`'s [`Device.modelId`](./device/#devicemodelid).\n */\n platform: string;\n /*…
/expo/docs/pages/router/migrate/
H A Dfrom-react-navigation.mdx253 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 Dgradle.properties6 # Use this property to specify which architecture you want to build.
/expo/apps/sandbox/
H A DREADME.md3 Use this sandbox app when you need to quickly test something you're developing locally. Everything …
/expo/templates/expo-template-tabs/app/
H A Dmodal.tsx14 {/* Use a light status bar on iOS to account for the black space above the modal */}
/expo/packages/expo/src/
H A DExpo.fx.web.tsx4 // Use a wrapper `__DEV__` to remove this entire block in production.
/expo/docs/providers/
H A DAnalytics.tsx63 // 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 Dapp-icons.mdx38 - 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.

12345678910>>...16