react-native-screen-capture/example/android/settings.gradle
2022-12-28 13:28:01 +03:00

4 lines
191 B
Groovy

rootProject.name = 'example'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'