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

@@ -1,4 +1,6 @@
rootProject.name = 'touchThroughViewIssue'
include ':react-native-touch-through-view'
project(':react-native-touch-through-view').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-touch-through-view/android')
include ':react-native-screens'
project(':react-native-screens').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-screens/android')