settings.gradle 906 B

123456789101112
  1. rootProject.name = 'Umora'
  2. include ':react-native-notification-sounds'
  3. project(':react-native-notification-sounds').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notification-sounds/android')
  4. include ':react-native-notification-sounds'
  5. project(':react-native-notification-sounds').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notification-sounds/android')
  6. include ':react-native-mmkv-storage'
  7. project(':react-native-mmkv-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mmkv-storage/android')
  8. include ':react-native-share'
  9. project(':react-native-share').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-share/android')
  10. apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
  11. include ':app'