Files
react-native-bottom-sheet/example/android/settings.gradle
2020-12-05 20:48:11 +01:00

5 lines
202 B
Groovy

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