Files
talksik 59c699455e Initial commit
Generated by create-react-native-app 3.6.0.
2021-06-01 17:59:14 +04:00

10 lines
290 B
Groovy

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