react-native-tcp/examples/rctsockets/android/settings.gradle

6 lines
184 B
Groovy

rootProject.name = 'rctsockets'
include ':app'
include ':react-native-tcp'
project(':react-native-tcp').projectDir = new File(settingsDir, '../node_modules/react-native-tcp/android')