Skip to content

Instantly share code, notes, and snippets.

import * as React from 'react';
import {View, Dimensions, StyleSheet, Platform} from 'react-native';
import Animated, {
Extrapolate,
interpolate,
useAnimatedStyle,
useSharedValue,
} from 'react-native-reanimated';
import Carousel from 'react-native-reanimated-carousel';