После выполнения cd android и затем ./gradlew assembleDebug
я получаю следующую ошибку
Код: Выделить всё
> Task :react-native-udp:processDebugManifest FAILED
Incorrect package="com.tradle.react" found in source AndroidManifest.xml: /Users/sunii/Desktop/apps/Project/node_modules/react-native-udp/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.tradle.react" from the source AndroidManifest.xml: /Users/sunii/Desktop/apps/Project/node_modules/react-native-udp/android/src/main/AndroidManifest.xml.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-udp:processDebugManifest'.
> A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
> Incorrect package="com.tradle.react" found in source AndroidManifest.xml: /Users/sunii/Desktop/apps/Project/node_modules/react-native-udp/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.tradle.react" from the source AndroidManifest.xml: /Users/sunii/Desktop/apps/Project/node_modules/react-native-udp/android/src/main/AndroidManifest.xml.
Но должен быть какой-то другой способ исправить это, не так ли?
Я использую "react-native": "0.72.10", и "expo": "^49.0.23",
Подробнее здесь: https://stackoverflow.com/questions/798 ... o-48-to-49
Мобильная версия