0.1.1 • Published 4 years ago

eldexproject01 v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eldexproject01

React Native loading component module natively implemented with JKProgressHUD library on android, and with KProgressBar library on iOS.

Installation

npm install eldexproject01

Usage

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 loading

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT