Skip to content

Commit 132715d

Browse files
committed
1.0.16
1 parent 5e17d9c commit 132715d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: package-lock.json

+1-1
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.15",
3+
"version": "1.0.16",
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/Constants.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ export interface ISkeletonContentProps {
2121
containerStyle?: StyleProp<ViewStyle>;
2222
animationType?: 'none' | 'shiver' | 'pulse';
2323
animationDirection?:
24-
| 'horizontalLeft'
25-
| 'horizontalRight'
26-
| 'verticalTop'
27-
| 'verticalDown'
28-
| 'diagonalDownLeft'
29-
| 'diagonalDownRight'
30-
| 'diagonalTopLeft'
31-
| 'diagonalTopRight';
24+
| 'horizontalLeft'
25+
| 'horizontalRight'
26+
| 'verticalTop'
27+
| 'verticalDown'
28+
| 'diagonalDownLeft'
29+
| 'diagonalDownRight'
30+
| 'diagonalTopLeft'
31+
| 'diagonalTopRight';
3232
boneColor?: string;
3333
highlightColor?: string;
3434
easing?: any;

0 commit comments

Comments
 (0)