react-native-gifted-charts/android/settings.gradle

5 lines
255 B
Groovy
Raw Normal View History

2021-07-30 13:08:12 +00:00
rootProject.name = 'GiftedCharts'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
2023-07-01 17:41:22 +00:00
includeBuild('../node_modules/react-native-gradle-plugin')