mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 23:48:02 -05:00
5 lines
262 B
Groovy
5 lines
262 B
Groovy
rootProject.name = 'ReactNativeExample'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|