Skip to content

Commit bb2b1fc

Browse files
authored
Merge pull request #124 from friederbluemle/fix-deps
Fix react and react-native deps
2 parents 79bb1a7 + 9df5d27 commit bb2b1fc

File tree

2 files changed

+211
-436
lines changed

2 files changed

+211
-436
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"babel-core": "^6.26.3",
5757
"eslint": "^6.6.0",
5858
"flow-bin": "^0.98.0",
59-
"react-native": ">=0.56"
59+
"react": "16.8.6",
60+
"react-native": "0.60.0"
6061
},
6162
"collective": {
6263
"type": "opencollective",

0 commit comments

Comments
 (0)