UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

5 lines (3 loc) 146 B
import { animated } from '@react-spring/native'; import { Pressable } from 'react-native'; export const AnimatedPressable = animated(Pressable);