Skip to content

Instantly share code, notes, and snippets.

View felippewick's full-sized avatar
🏠
Working from home

felippewick

🏠
Working from home
View GitHub Profile
@felippewick
felippewick / SplitScreen.tsx
Created November 13, 2023 21:55 — forked from smontlouis/SplitScreen.tsx
Amie in-app split screen in react-native
import { useWindowDimensions } from 'react-native'
import { Gesture } from 'react-native-gesture-handler'
import Animated, {
Extrapolation,
WithSpringConfig,
interpolate,
scrollTo,
useAnimatedRef,
useAnimatedScrollHandler,
useAnimatedStyle,