React Native入門篇—第三步專案常用依賴包的安裝和配置
本人學習React Native沒有看過任何教學視訊,都是按照官網一步步學習的。只研究了Android開發,所以下面的教程都是Android開發教程。
注意:未經允許不可私自轉載,違者必究
React Native官方文件:https://reactnative.cn/docs/getting-started/
專案地址GitHub地址:https://github.com/zhouwei1994/nativeCase.git
常用依賴包
- 專案路由導航
react-navigation
react-native-gesture-handler
官方網站:https://reactnavigation.org/en/
安裝教程:後續會出
- 全域性狀態管理工具
redux
react-redux
react-navigation-redux-helpers
官方網站:https://www.redux.org.cn/
安裝教程:後續會出
- 輪播圖
react-native-swiper
官方網站:https://github.com/leecade/react-native-swiper
安裝教程:後續會出
- app啟動頁
react-native-splash-screen
官方網站:https://github.com/crazycodeboy/react-native-splash-screen
安裝教程:後續會出
-
圖片相簿上傳/相機拍照
react-native-image-picker
官方網站:https://github.com/react-native-community/react-native-image-picker
安裝教程:後續會出
- 時間/日期選擇器
react-native-datepicker
官方網站:https://github.com/beefe/react-native-picker
安裝教程:後續會出
- 圖片預覽
目前沒發現好用的
注意:未經允許不可私自轉載,違者必究