Skip to content

Instantly share code, notes, and snippets.

View maheshmuttintidev's full-sized avatar

Mahesh Muttinti maheshmuttintidev

View GitHub Profile
@maheshmuttintidev
maheshmuttintidev / ProPlanCard.tsx
Created January 7, 2025 06:52 — forked from rvibit/ProPlanCard.tsx
ProPlanCard with animated sparkles
import React from 'react';
import { View, Text, StyleSheet, Pressable, Dimensions } from 'react-native';
import { LinearGradient } from 'expo-linear-gradient';
import Animated, {
useAnimatedStyle,
withSpring,
withRepeat,
withSequence,
useSharedValue
} from 'react-native-reanimated';