No Description

settings.gradle 347B

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