Skip to content

Instantly share code, notes, and snippets.

@sarfrazahmed990
sarfrazahmed990 / InteractiveButton.tsx
Created June 24, 2025 08:51 — forked from Solarin-Johnson/InteractiveButton.tsx
Heat Button Component for react native(expo) and reanimated
import { Pressable, StyleProp, StyleSheet, ViewStyle } from "react-native";
import React, { memo } from "react";
import Animated, {
runOnJS,
useAnimatedReaction,
useAnimatedStyle,
useDerivedValue,
useSharedValue,
withTiming,
Easing,