Avancé
Animations Reanimated 3
Crée une animation fluide à 60fps avec React Native Reanimated.
📝 प्रॉम्ट सामग्री
Crée un composant React Native : une carte qui s'agrandit (Scale) et devient opaque (Fade In) quand on appuie dessus.
Utilise `react-native-reanimated` v3 :
1. `useSharedValue` pour l'état.
2. `useAnimatedStyle` pour le style.
3. `withSpring` pour une animation naturelle.
4. Un `GestureDetector` (si besoin) ou un `Pressable`.