Skip to content

Commit 0293236

Browse files
Merge pull request #288 from web-ridge/upgrade-dependencies
Upgrade dependencies and update example app UI.
2 parents f717535 + 53653ea commit 0293236

36 files changed

+3303
-1785
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Great React Native Web support
2323
- Dependencies are [react-native-paper](https://callstack.github.io/react-native-paper/)
2424

25-
[![Demo of react-native-paper-dates](https://user-images.githubusercontent.com/6492229/98866767-bd3f2780-246d-11eb-890e-3491b47c95c5.gif)](https://www.youtube.com/watch?v=SHhQU2doTug)
25+
[![Demo of react-native-paper-dates](https://github.com/web-ridge/react-native-paper-dates/assets/7604441/c1ae6c92-94a6-43f8-90b0-8f21c20fd4e9)](https://www.youtube.com/watch?v=SHhQU2doTug)
2626

2727
## Documentation
2828

docusaurus/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_position: 1
1212

1313
[React Native Paper Dates](https://github.com/web-ridge/react-native-paper-dates) is a cross-platform [Material Design](https://m3.material.io/) date and time picker library for [React Native Paper](https://reactnativepaper.com/).
1414

15-
[![Demo of react-native-paper-dates](https://user-images.githubusercontent.com/6492229/98866767-bd3f2780-246d-11eb-890e-3491b47c95c5.gif)](https://www.youtube.com/watch?v=SHhQU2doTug)
15+
[![Demo of react-native-paper-dates](https://github.com/web-ridge/react-native-paper-dates/assets/7604441/c1ae6c92-94a6-43f8-90b0-8f21c20fd4e9)](https://www.youtube.com/watch?v=SHhQU2doTug)
1616

1717
## Installation
1818

example/package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,24 @@
99
"ios": "expo start --ios",
1010
"web": "expo start --web",
1111
"start": "expo start",
12-
"test": "jest"
12+
"test": "jest",
13+
"postinstall": "patch-package"
1314
},
1415
"dependencies": {
1516
"add": "^2.0.6",
16-
"expo": "^48.0.5",
17-
"expo-splash-screen": "~0.18.1",
17+
"expo": "^48.0.19",
18+
"expo-splash-screen": "~0.18.2",
1819
"react": "18.2.0",
1920
"react-dom": "18.2.0",
20-
"react-native": "0.71.3",
21-
"react-native-paper": "^5.2.0",
21+
"react-native": "0.71.8",
22+
"react-native-paper": "^5.8.0",
2223
"react-native-web": "~0.18.12"
2324
},
2425
"devDependencies": {
25-
"@babel/core": "^7.21.0",
26-
"@babel/runtime": "^7.21.0",
26+
"@babel/core": "^7.22.1",
27+
"@babel/runtime": "^7.22.3",
2728
"babel-plugin-module-resolver": "^4.0.0",
28-
"babel-preset-expo": "^9.3.0"
29+
"babel-preset-expo": "^9.3.2",
30+
"patch-package": "^7.0.0"
2931
}
3032
}

0 commit comments

Comments
 (0)