我正在学习 React Native。 我正在尝试使用 SafeAreaProvider 和 SafeAreaView,但是当我这样做时:
import { SafeAreaProvider, SafeAreaView } from "react-native-safe-area-context";
我收到消息找不到模块“react-native-safe-area-context”
这是我的版本:
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-safe-area-context": "4.5.0",
"react-navigation": "^4.4.4"
你能帮我吗?非常感谢!
我尝试将
react-native-safe-area-context
从 4.5
降级为
4.7.1