React Native version of Ladda button (WIP)
Based on Hakim's awesome Ladda buttons
Note: this is still a work in progress and only supports all the expand animations for now.
Demo
Install
npm install react-native-ladda-button --save
Props
Name | propType | default value | description |
---|---|---|---|
isLoading | boolean | false | enables loading animations |
onPress | func | onPress function | |
animType | string | expand-left | Possible values: expand-left, expand-right, expand-up, expand-down |
Roadmap
- Support all Ladda animations