No Description

settings.gradle 300B

123456
  1. rootProject.name = 'example'
  2. apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
  3. include ':app'
  4. include ':rnWebView'
  5. project(':rnWebView').projectDir = new File(rootProject.projectDir, '../../android')