diff options
Diffstat (limited to 'android/settings.gradle')
| -rw-r--r-- | android/settings.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/settings.gradle b/android/settings.gradle index d959c94..d014e41 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -3,7 +3,5 @@ include ':react-native-svg' project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android') include ':react-native-vector-icons' project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android') -include ':react-native-config' -project(':react-native-config').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-config/android') include ':app' |
