我得到了错误:
我正在安装npm install @react-navigation/native
和
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
但是当我运行project时,模拟器会抛出此错误。
答案 0 :(得分:0)
如果您使用的ReactNative版本低于0.60,则需要使用
react-native link
如果您使用ReactNative 0.60或更高版本,则需要确保安装了cocoapods。
npx pod-install ios