2021年4月23日星期五

React Native - Animate text from left to center of screen

How can I move this text from left to center using react native Animated API?

const animate = () => {     // TODO - Animate text from 27.5 left, to center of screen  }    return (     <View style={styles.header}>        <Animated.Text style=>           Header        </Animated.Text>     </View>  );  
https://stackoverflow.com/questions/67238454/react-native-animate-text-from-left-to-center-of-screen April 24, 2021 at 09:07AM

没有评论:

发表评论