* feat: add ios and rn source * fix(ios): remove testing keys * fix(tracker): change default path
4 lines
260 B
Groovy
4 lines
260 B
Groovy
rootProject.name = 'RntrackerExample'
|
|
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')
|