📌  相关文章
📜  在 UIManager 中找不到“RNSScreen”. - Shell-Bash 代码示例

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

代码示例1
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
//you need to re-run pod install
cd ios && pod install && cd ..