react-native-ios-context-menu/example/android/settings.gradle
2020-10-21 11:58:36 +08:00

7 lines
344 B
Groovy

rootProject.name = 'IosContextMenuExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':reactnativeioscontextmenu'
project(':reactnativeioscontextmenu').projectDir = new File(rootProject.projectDir, '../../android')