Skip to content

Commit 8ebd742

Browse files
committed
1.0.21
1 parent c53e940 commit 8ebd742

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-skeleton-content",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "A simple and fully customizable React Native component that implements a skeleton-like loader",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

Diff for: src/SkeletonContent.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ import * as React from 'react';
22
import { StyleSheet, View } from 'react-native';
33
import { LinearGradient } from 'expo-linear-gradient';
44
import Animated, { interpolateNode } from 'react-native-reanimated';
5-
import { interpolateColor, loop, useValue } from 'react-native-redash/lib/module/v1';
5+
import {
6+
interpolateColor,
7+
loop,
8+
useValue
9+
} from 'react-native-redash/lib/module/v1';
610
import {
711
ICustomViewStyle,
812
DEFAULT_ANIMATION_DIRECTION,

0 commit comments

Comments
 (0)