三行代码让你的React/RN应用动起来

import { LayoutAnimation } from "react-native";
componentWillUpdate() {
    LayoutAnimation.easeInEaseOut();
}
发布了119 篇原创文章 · 获赞 143 · 访问量 37万+

猜你喜欢

转载自blog.csdn.net/u011215669/article/details/104580343
今日推荐