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>
        )
    }
}

Readme

Keywords

Package Sidebar

Install

npm i react-native-iloading

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • qinjia