mirror of
https://github.com/zhigang1992/reactNativeScreenAndroidTouchIssue.git
synced 2026-01-26 08:08:00 +08:00
6 lines
218 B
Groovy
6 lines
218 B
Groovy
rootProject.name = 'touchThroughViewIssue'
|
|
include ':react-native-screens'
|
|
project(':react-native-screens').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-screens/android')
|
|
|
|
include ':app'
|