📌  相关文章
📜  错误:无法从`node_modules @react-navigation bottom-tabs src views BottomTabView.tsx`解析模块`react-native-screens`:在项目中找不到react-native-screens. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:19.200000             🧑  作者: Mango

代码示例1
# If you are using react-navigation in your bare react-native project do not forget to also install the following required dependencies:
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view

# Yarn
yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view