settings.gradle 207 Bytes
Newer Older
1
rootProject.name = 'ThreadExample'
Travis Nuttall's avatar
Travis Nuttall committed
2 3
include ':react-native-thread'
project(':react-native-thread').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-thread/android')
4 5

include ':app'