ReactNative unlink не работает с response-native-pu sh-уведомлением? - PullRequest
0 голосов
/ 24 апреля 2020

Недавно я добавил 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
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...