react-native-animation-layout
Custom & Ready to GO partially customizable Animation Layouts for React Native.
Installation
Add the dependency:
React Native:
Peer Dependencies
IMPORTANT! You need install them.
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
Important Note for Android :
If you want to use LayoutAnimation on Android, you need to enable LayoutAnimations for Android. Here is how to do it:
Basic Usage
Configuration - Props
CustomLayoutSpring:
Property | Type | Default | Description |
---|---|---|---|
duration | number | 700 | change the animation duration as millisecond |
springDamping | number | 13 | change the font size |
CustomLayoutLinear :
Property | Type | Default | Description |
---|---|---|---|
duration | number | 700 | change the animation duration as millisecond |
ToDos
- [x] LICENSE
- [ ] Write an article about the lib on Medium