settings.gradle 333 B

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