react-native-iloading
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

react-native-iloading

install

npm install react-native-iloading

usage

import Loading from "react-native-iloading";
 
class App extends React.Component {
 
    componentDidMount() {
        const loading = new Loading();
        loading.show();
 
        setTimeout(() => {
            loading.hide();
        },3000);
    }
 
    render() {
        return (
            <View>
            </View>
        )
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i react-native-iloading

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • qinjia