0.1.1 • Published 5 years ago
eldexproject01 v0.1.1
eldexproject01
React Native loading component module natively implemented with JKProgressHUD library on android, and with KProgressBar library on iOS.
Installation
npm install eldexproject01Usage
import Eldexproject01 from "eldexproject01";
// ...
// You can toggle a cool loading by calling "toggle(true)" and "toggle(false)" to dismiss, e.g:
Eldexproject01.toggle(true) // starts loading
Eldexproject01.toggle(false) // hide loadingContributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT