React Native入门篇—第三步项目常用依赖包的安装和配置

注意:未经允许不可私自转载,违者必究

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/

安装教程:https://blog.csdn.net/weixin_40614372/article/details/86237863

  • 全局状态管理工具

redux

react-redux

react-navigation-redux-helpers

官方网站:https://www.redux.org.cn/

安装教程:https://blog.csdn.net/weixin_40614372/article/details/86288783

  • 轮播图

react-native-swiper

官方网站:https://github.com/leecade/react-native-swiper

安装教程:https://blog.csdn.net/weixin_40614372/article/details/86291081

  • app启动页

react-native-splash-screen

官方网站:https://github.com/crazycodeboy/react-native-splash-screen

安装教程:https://blog.csdn.net/weixin_40614372/article/details/86293421

  • 图片相册上传/相机拍照

react-native-image-picker

官方网站:https://github.com/react-native-community/react-native-image-picker

安装教程:https://blog.csdn.net/weixin_40614372/article/details/86296101

  • 时间/日期选择器

react-native-datepicker

官方网站:https://github.com/xgfe/react-native-datepicker

安装教程:https://blog.csdn.net/weixin_40614372/article/details/86303221

  • 图片预览

目前没发现好用的

注意:未经允许不可私自转载,违者必究

你可能感兴趣的:(React Native入门篇—第三步项目常用依赖包的安装和配置)