Socket
Socket
Sign inDemoInstall

react-native-skeleton-loader

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-native-skeleton-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ # React Native Skeleton Loader

```
npm install react-native-skeleton-loading
npm install react-native-skeleton-loader --save
```

@@ -16,5 +16,5 @@

```
import SkeletonLoading from react-native-skeleton-loading;
import SkeletonLoader from react-native-skeleton-loader;
<SkeletonLoading type="square" loading={loading}>
<SkeletonLoader type="square" loading={loading}>
<Image

@@ -24,3 +24,3 @@ style={{width: 110, height: 110}}

/>
</SkeletonLoading>
</SkeletonLoader>
```

@@ -27,0 +27,0 @@ The view that should be shown once loaded is wrapped in the skeleton loader!

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc