Files
react-native-bottom-sheet/example/android/settings.gradle
2020-07-31 15:13:00 +02:00

5 lines
203 B
Groovy

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