Skip to content

Commit 149376d

Browse files
authored
Merge pull request #29 from sosog/topic/upgrade-react-and-package.json
feat: package and example project upgraded
2 parents a082939 + 05b97b5 commit 149376d

File tree

4 files changed

+4234
-5485
lines changed

4 files changed

+4234
-5485
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"dependencies": {
1212
"react": "18.2.0",
13-
"react-native": "^0.71.7",
14-
"react-native-linear-gradient": "^2.6.2"
13+
"react-native": "0.72.6",
14+
"react-native-linear-gradient": "^2.8.3"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.21.4",
18-
"@babel/runtime": "^7.21.0",
17+
"@babel/core": "^7.23.3",
18+
"@babel/runtime": "^7.23.2",
1919
"babel-plugin-module-resolver": "5.0.0",
20-
"metro-react-native-babel-preset": "0.76.2"
20+
"metro-react-native-babel-preset": "0.77.0"
2121
}
2222
}

0 commit comments

Comments
 (0)