chore: add react-native-touch-through-view

This commit is contained in:
Kyle Fang
2019-05-12 10:03:09 +08:00
parent ec55144e77
commit 5404b766a4
7 changed files with 49 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-screens": "^1.0.0-alpha.22"
"react-native-screens": "^1.0.0-alpha.22",
"react-native-touch-through-view": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",