react-native-loading-skeleton
v1.0.1
Published
loading skeleton
Downloads
31
Readme
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>
)
}
Contributing
feel free to contribute
License
MIT