Bojan Ratković
Results
1
comments of
Bojan Ratković
Hey @bataevvlad! You probably need something like: https://reactnative.dev/docs/layoutanimation. Example: ``` const handleTrash = (item) => { LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut); // code to trigger remove... // ... } ``` In order this to...