Three lines of code to make your React / RN applications move

import { LayoutAnimation } from "react-native";
componentWillUpdate() {
    LayoutAnimation.easeInEaseOut();
}
Published 119 original articles · won praise 143 · views 370 000 +

Guess you like

Origin blog.csdn.net/u011215669/article/details/104580343