Icon 不显示
(文章有问题或错误请联系本人,也可帮解决问题)
- Not found react-native -community/viewpager
“@react-native-community/async-storage”: “^1.12.1”,
“@react-native-community/cameraroll”: “^4.0.2”,
“@react-native-community/masked-view”: “^0.1.10”,
“@react-native-community/picker”: “^1.8.1”,
“@react-native-community/segmented-control”: “^2.2.2”,
“@react-native-community/slider”: “^3.0.3”,
“@react-native-community/viewpager”: “^5.0.11”,
2.apple icon 3.0.0 up link
原因是忘了 react-native link @ant-design/react-native (图片借用网络)
把antfill.ttf 和 antoutline.ttf 这两个文件引入。
Navigation
1.依赖
yarn add @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
npm install @react-navigation/bottom-tabs
Navigation 借口参数没有定义报错
https://*.com/questions/63132548/react-navigation-5-error-binding-element-navigation-implicitly-has-an-any-ty
2.react-navigation(5.x)新版本使用(一)之利用class代替function实现页面跳转
https://blog.csdn.net/weixin_42405831/article/details/105587027