Skip to content

Commit fbcb245

Browse files
committed
chore: 修复 react-native 开发版本不一致导致错误.
1 parent 16f47c7 commit fbcb245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"react-native": ">=0.60.0-rc.0 <1.0.x"
4141
},
4242
"devDependencies": {
43-
"react": "^16.9.0",
44-
"react-native": "^0.61.5",
43+
"react": "16.13.1",
44+
"react-native": "0.63.0",
4545
"typedoc": "^0.17.8",
4646
"typescript": "^3.9.7"
4747
}

0 commit comments

Comments
 (0)