Home
last modified time | relevance | path

Searched refs:createAnimatedComponent (Results 1 – 25 of 31) sorted by relevance

12

/expo/docs/public/static/examples/v46.0.0/tutorial/06-gestures/
H A DCompleteEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
11 const AnimatedView = Animated.createAnimatedComponent(View);
H A DEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
/expo/docs/public/static/examples/v47.0.0/tutorial/06-gestures/
H A DCompleteEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
11 const AnimatedView = Animated.createAnimatedComponent(View);
H A DEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
/expo/docs/public/static/examples/v48.0.0/tutorial/06-gestures/
H A DCompleteEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
11 const AnimatedView = Animated.createAnimatedComponent(View);
H A DEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
/expo/docs/public/static/examples/unversioned/tutorial/06-gestures/
H A DCompleteEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
11 const AnimatedView = Animated.createAnimatedComponent(View);
H A DEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
/expo/docs/public/static/examples/v49.0.0/tutorial/06-gestures/
H A DCompleteEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
11 const AnimatedView = Animated.createAnimatedComponent(View);
H A DEmojiSticker.js10 const AnimatedImage = Animated.createAnimatedComponent(Image);
/expo/packages/expo-blur/src/__tests__/
H A DBlurView-test.web.tsx47 // react-native-web 0.11 doesn't support createAnimatedComponent with functional components.
49 Animated.createAnimatedComponent(BlurView);
/expo/packages/expo-blur/src/
H A DBlurView.tsx13 * When Animated.createAnimatedComponent(BlurView) is used Reanimated will detect and call this
/expo/apps/native-component-list/src/screens/GestureHandler/
H A DGmailStyleSwipeableRow.tsx8 const AnimatedIcon = Animated.createAnimatedComponent(MaterialIcons);
/expo/home/components/
H A DQRIndicator.tsx63 const AnimatedScanner = Animated.createAnimatedComponent(SvgComponent);
/expo/apps/native-component-list/src/screens/BlurView/
H A DBlurViewWithControls.tsx9 const AnimatedBlurView = Animated.createAnimatedComponent(BlurView);
/expo/apps/native-component-list/src/screens/
H A DMaskedViewScreen.tsx5 const AnimatedMaskView = Animated.createAnimatedComponent(MaskedView);
H A DLinearGradientScreen.tsx8 const AnimatedLinearGradient = Animated.createAnimatedComponent(LinearGradient);
H A DLottieScreen.tsx16 const AnimatedLottieView = Animated.createAnimatedComponent(LottieView);
/expo/apps/native-component-list/src/screens/Reanimated/
H A DReanimatedLightbox.tsx23 const AnimatedImage = Animated.createAnimatedComponent(Image);
75 // @ts-ignore: FIXME(TS) correct type for createAnimatedComponent
/expo/packages/expo-blur/build/
H A DBlurView.js.map1 …of NativeBlurView>();\n\n /**\n * @hidden\n * When Animated.createAnimatedComponent(BlurView)…
/expo/docs/pages/tutorial/
H A Dgestures.mdx88 …<Image>` component by passing it as an argument to the `Animated.createAnimatedComponent()` method.
93 const AnimatedImage = Animated.createAnimatedComponent(Image);
96 The `createAnimatedComponent()` can wrap any component. It looks at the `style` prop of the compone…
243 Create an `<AnimatedView>` component using the `Animated.createAnimatedComponent()` method. Then us…
248 /* @info */ const AnimatedView = Animated.createAnimatedComponent(View); /* @end */
/expo/packages/expo-dev-client-components/src/
H A DButton.tsx14 const AnimatedPressable = Animated.createAnimatedComponent(RNPressable);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts590 export function createAnimatedComponent<T extends React.ComponentType<any>>( function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts584 export function createAnimatedComponent<T extends React.ComponentType<any>>( function
/expo/apps/native-component-list/src/screens/Image/
H A DImageResizableScreen.tsx68 const AnimatedTextInput = Animated.createAnimatedComponent(TextInput);

12