react-native-ladda-button
v0.0.1
Published
A react native version of Hakim's Ladda buttons
Downloads
12
Maintainers
Readme
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