No Description

settings.gradle 234B

123456
  1. rootProject.name = 'demo'
  2. include ':react-native-autoheight-webview'
  3. project(':react-native-autoheight-webview').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-autoheight-webview/android')
  4. include ':app'