Skip to content

Instantly share code, notes, and snippets.

View snacksncode's full-sized avatar
🤔
Chillin'

Ilya Dolotov snacksncode

🤔
Chillin'
  • Self-Taught
View GitHub Profile
import React, { useRef } from 'react';
import { Text, Animated, StyleSheet, View } from 'react-native';
import {
Swipeable,
GestureHandlerRootView,
Pressable,
} from 'react-native-gesture-handler';
import ReanimatedSwipeable, {
SwipeableMethods,