settings.gradle 398 B

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