mirror of
https://github.com/tooot-app/app
synced 2025-03-13 10:00:07 +01:00
7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
import { LayoutAnimation } from 'react-native'
|
|
|
|
const layoutAnimation = () =>
|
|
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
|
|
|
|
export default layoutAnimation
|