chore: link detox manually

This commit is contained in:
ammarahm-ed
2022-05-10 18:35:33 +05:00
parent f5a3d9370e
commit 738d80f5b9

View File

@@ -1,4 +1,6 @@
rootProject.name = 'Notesnook'
include ':detox'
project(':detox').projectDir = new File(rootProject.projectDir, '../node_modules/detox/android/detox')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')