fix: validate screen configs

This commit is contained in:
Satyajit Sahoo
2020-01-23 23:52:27 +01:00
parent 9976a888a0
commit 2f1f0af862
4 changed files with 143 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
"dependencies": {
"escape-string-regexp": "^2.0.0",
"query-string": "^6.9.0",
"react-is": "^16.12.0",
"shortid": "^2.2.15",
"use-subscription": "^1.3.0"
},
@@ -34,6 +35,7 @@
"@babel/core": "^7.7.7",
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@types/react-is": "^16.7.1",
"@types/shortid": "^0.0.29",
"@types/use-subscription": "^1.0.0",
"del-cli": "^3.0.0",