1.0.1 • Published 2 years ago

react-native-loading-skeleton v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rn-react-native-calendar

Loading Skeleton Component

Installation

npm install react-native-loading-skeleton

Week Calendar Usage

import LoadingSkeleton from "rn-react-native-calendar"

const App =()=>{
    return(
        <View>
            <LoadingSkeleton style={{width:300,height:300,backgroundColor:'gray'}} />
        </View>
    )
}

LoadingSkeleton

Contributing

feel free to contribute

License

MIT