sahlhoff / react-native-pulse

React Native Pulse Animation
MIT License
149 stars 49 forks source link

Crazy CPU load on iOS (even when backgrounded) #24

Open matthova opened 3 years ago

matthova commented 3 years ago

iOS will terminate any backgrounded app whose CPU is > 60% for 10 seconds. Ran into a bug where this component was killing our app when backgrounded. May want to consider rendering null/killing the animation when AppState !== 'active'

KrisLau commented 2 years ago

This package is practically deprecated so I would just use react native reanimated or Animated from React Native to achieve a simple pulse animation like this https://stackoverflow.com/questions/55339044/how-to-have-a-heart-beat-animation-with-react-native