chore: upgrade expo to SDK 41

This commit is contained in:
Satyajit Sahoo
2021-04-04 06:41:26 +02:00
parent b89396888f
commit d85a4fd8ed
17 changed files with 1790 additions and 2948 deletions

View File

@@ -38,14 +38,14 @@
"clean": "del lib"
},
"devDependencies": {
"@react-native-masked-view/masked-view": "^0.2.2",
"@react-native-masked-view/masked-view": "^0.2.3",
"@react-navigation/native": "^6.0.0-next.1",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^16.9.53",
"@types/react-native": "~0.63.51",
"del-cli": "^3.0.1",
"react": "~16.13.1",
"react-native": "~0.63.2",
"react-native": "~0.63.4",
"react-native-builder-bob": "^0.18.1",
"typescript": "^4.2.3"
},