🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

react-native-loading-skeleton

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
r

react-native-loading-skeleton

loading skeleton

1.0.1
latest
66

Supply Chain Security

100

Vulnerability

72

Quality

76

Maintenance

100

License

Version published
Maintainers
1
Created
Issues
0

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

FAQs

Package last updated on 25 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts