未找到 React-native-safe-area-context

React-native-safe-area-context not found

使用 android studio 构建时,出现以下错误:

error: package com.th3rdwave.safeareacontext does not exist

我正在使用

"react-native-safe-area-context": "^3.0.6",

关于如何让它发挥作用有什么建议吗?好像包裹下线了

如果您使用的是 Yarn,请尝试:

  1. 使用 yarn remove 删除包
  2. 使用 yarn cache clean 重置缓存
  3. 用 yarn add 重新安装包

对其他包管理器做同样的事情