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

import { LayoutAnimation } from "react-native";
componentWillUpdate() {
    LayoutAnimation.easeInEaseOut();
}
原文地址:https://www.cnblogs.com/YooHoeh/p/12685922.html