This repository has been archived on 2025-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
2023-08-17 12:57:46 +09:00

5 lines
262 B
Groovy

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