How to have a heart beat animation with React native?
问题 I'm learning React native and I would like to have heart beat animation I did that but it's not the good result, I would like to have heart beat. If someone can help me it's would be very nice thanks a lot import React, { PureComponent } from "react"; import { Animated, StyleSheet, Text, View } from "react-native"; export class Loading extends PureComponent { constructor(props: any) { super(props); this.state = { opacity: new Animated.Value(0), }; } public componentDidMount() { Animated