# RN文档 ## 安装组件 - redux - redux-thunk - redux-logger - npm install --save prop-types - 日期组件 - npm install react-native-picker --save - react-native link - Toast组件 - npm i react-native-easy-toast --save - 下拉组件 - npm i react-native-modal-dropdown -save ## UI组件封装 - 进度条 - 自定义对话框 - 搜索组件 - 二级列表 - 圆角卡片布局 - 图表组件 ## 项目目录 - actions - components - pages - containers - constants - reducers - store - utils