12345678910111213 |
- rootProject.name = 'cnp-mobile'
- include ':react-native-view-shot'
- project(':react-native-view-shot').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-view-shot/android')
- include ':react-native-config'
- project(':react-native-config').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-config/android')
- apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle");
- useExpoModules()
- apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute(null, rootDir).text.trim(), "../native_modules.gradle");
- applyNativeModulesSettingsGradle(settings)
- include ':app'
|