如何安装反应导航?

时间:2020-08-11 07:27:54

标签: react-native navigation react-navigation

我得到了错误: Error image

我正在安装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时,模拟器会抛出此错误。

1 个答案:

答案 0 :(得分:0)

如果您使用的ReactNative版本低于0.60,则需要使用

  react-native link

如果您使用ReactNative 0.60或更高版本,则需要确保安装了cocoapods。

  npx pod-install ios