Недавно я добавил act-native-pu sh -notification в свой собственный реактивный проект, и эта ошибка появляется при запуске проекта.
> react-native run-android
error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- react-native-push-notification (to unlink run: "react-native unlink react-native-push-notification")
This is likely happening when upgrading React Native from below 0.60 to 0.60 or above. Going forward,
you can unlink this dependency via "react-native unlink <dependency>" and it will be included in your
app automatically. If a library isn't compatible with autolinking, disregard this message and
notify the library maintainers.
Я использовал команду unlink, и она говорит, что успешно unlinked, но ошибка не исчезает. Я тоже вручную проверил эти файлы,
android>settings.gradle
android>app>build.gradle