Skip to content

Commit 10ee998

Browse files
committed
upgrade to support expo sdk 45
1 parent 20f42ba commit 10ee998

File tree

8 files changed

+518
-9
lines changed

8 files changed

+518
-9
lines changed

Diff for: .idea/.gitignore

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

Diff for: .idea/dbnavigator.xml

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

Diff for: .idea/inspectionProfiles/Project_Default.xml

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

Diff for: .idea/modules.xml

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

Diff for: .idea/react-native-skeleton-content.iml

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

Diff for: .idea/vcs.xml

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

Diff for: README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Warning
2+
3+
This repository isn't an official repository; you can use this repo while the library has not been updated to support Expo SDK 45. Remember to check the [official repository](https://github.com/alexZajac/react-native-skeleton-content) regularly.
4+
5+
### What changes ?
6+
7+
- tested for Expo 45
8+
- expo-linear-gradient : 10.0.3 => 11.3.0
9+
- react-native-reanimated : 2.2.0 => 2.8.0
10+
111
## React Native Skeleton Content
212

313
<!---https://raw.githubusercontent.com/alexZajac/react-native-skeleton-content/master/demos/main.gif-->

Diff for: package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-native-skeleton-content",
3-
"version": "1.0.24",
2+
"name": "@03balogun/react-native-skeleton-content",
3+
"version": "1.0.25",
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",
@@ -51,14 +51,14 @@
5151
},
5252
"repository": {
5353
"type": "git",
54-
"url": "git+https://github.com/alexZajac/react-native-skeleton-content.git"
54+
"url": "git+https://github.com/03balogun/react-native-skeleton-content.git"
5555
},
56-
"author": "Alexandre Zajac",
56+
"author": "Balogun Wahab",
5757
"license": "MIT",
5858
"bugs": {
59-
"url": "https://github.com/alexZajac/react-native-skeleton-content/issues"
59+
"url": "https://github.com/03balogun/react-native-skeleton-content/issues"
6060
},
61-
"homepage": "https://github.com/alexZajac/react-native-skeleton-content#readme",
61+
"homepage": "https://github.com/03balogun/react-native-skeleton-content#readme",
6262
"devDependencies": {
6363
"@babel/preset-typescript": "^7.10.1",
6464
"@types/jest": "^24.0.18",
@@ -82,8 +82,9 @@
8282
"typescript": "4.4.4"
8383
},
8484
"dependencies": {
85-
"react-native-redash": "^16.0.11",
86-
"expo-linear-gradient": "~10.0.3",
87-
"react-native-reanimated": "~2.2.0"
85+
"react-native-redash": "^16.2.4",
86+
"expo-modules-core": "^0.9.1",
87+
"expo-linear-gradient": "~11.3.0",
88+
"react-native-reanimated": "~2.8.0"
8889
}
8990
}

0 commit comments

Comments
 (0)