hardExtra#99

Reanimated shared value animation

Prompt

Use react-native-reanimated to create a pulsing circle animation. The circle should scale between 1x and 1.5x continuously — and the animation must be cancelled when the component unmounts.

Hints

Solution

Your Code

15 min

Tests

Click Run to test your code