Home
last modified time | relevance | path

Searched refs:transformations (Results 1 – 15 of 15) sorted by relevance

/expo/tools/src/commands/
H A DVendor.ts43 transformations: Pipe;
62 const transformations = new Pipe().addSteps( constant
236 return { transformations };
243 const transformations = new Pipe().addSteps( constant
346 transformations,
359 const transformations = new Pipe().addSteps( constant
498 transformations,
534 const { transformations, prebuild } = config; constant
536 transformations.setWorkingDirectory(path.join(tmpdir, name));
537 await transformations.start(platform);
/expo/packages/expo-image/android/
H A Dbuild.gradle124 implementation "jp.wasabeef:glide-transformations:4.3.0"
/expo/packages/expo-image-manipulator/build/
H A DImageManipulator.types.js.map1 …\n * want to flip according to both axes then provide two separate transformations.\n */\n fl…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/
H A DExpoImageViewWrapper.kt39 import jp.wasabeef.glide.transformations.BlurTransformation in <lambda>()
/expo/packages/expo-image/android/src/main/java/expo/modules/image/
H A DExpoImageViewWrapper.kt38 import jp.wasabeef.glide.transformations.BlurTransformation in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/
H A Dbuild.gradle207 implementation "jp.wasabeef:glide-transformations:4.3.0"
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/
H A DExpoImageViewWrapper.kt39 import jp.wasabeef.glide.transformations.BlurTransformation in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/
H A Dbuild.gradle196 implementation "jp.wasabeef:glide-transformations:4.3.0"
/expo/android/expoview/
H A Dbuild.gradle341 implementation "jp.wasabeef:glide-transformations:4.3.0"
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTSpan.mm635 simple 2×3 matrix transformations such that there is no stretching/warping of the
637 transformations are done for each typographic characters to be rendered.
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGTSpan.mm635 simple 2×3 matrix transformations such that there is no stretching/warping of the
637 transformations are done for each typographic characters to be rendered.
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTSpan.mm635 simple 2×3 matrix transformations such that there is no stretching/warping of the
637 transformations are done for each typographic characters to be rendered.
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGTSpan.mm635 simple 2×3 matrix transformations such that there is no stretching/warping of the
637 transformations are done for each typographic characters to be rendered.
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx257 By default, `npx expo prebuild` runs transformations on a [source template][source-template] associ…
/expo/guides/releasing/
H A DRelease Workflow.md69 …d then executes `ReactAndroidCodeTransformer` that applies some Expo-specific code transformations.