Я устанавливаю реактив-native-firebase, asyn c -storage и реагировать-native-карты на проект.
Все модули из NPM содержат символ @ в начале их имя, и я думаю, что это приводит к ошибке ниже.
Может кто-нибудь, пожалуйста, скажите мне, как эффективно удалить дубликаты модулей? Android Студия продолжает добавлять их.
ERROR: The modules ['android-@react-native-firebase_app', 'react-native-firebase_app'] point to the same directory in the file system.
Each module must have a unique path.
ERROR: The modules ['android-@react-native-firebase_messaging', 'react-native-firebase_messaging'] point to the same directory in the file system.
Each module must have a unique path.
ERROR: The modules ['android-@react-native-community_async-storage', 'react-native-community_async-storage'] point to the same directory in the file system.
Each module must have a unique path.
ERROR: The modules ['android-@react-native-firebase_analytics', 'react-native-firebase_analytics'] point to the same directory in the file system.
Each module must have a unique path.