選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

settings.gradle 234B

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