# react-native-cdy-baseui
**Repository Path**: thedycui/react-native-cdy-baseui
## Basic Information
- **Project Name**: react-native-cdy-baseui
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-01-03
- **Last Updated**: 2023-04-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# DEPRECATED
this is no longer supported, please consider using https://github.com/jemise111/react-native-swipe-list-view instead.
# react-native-swipeout
iOS-style swipeout buttons that appear from behind a component

## Installation
```
yarn add https://gitee.com/thedycui/react-native-cdy-baseui.git
```
安装依赖
```
yarn add @react-native-async-storage/async-storage react-native-webview axios lodash moment qs react-native-fast-image react-native-iphone-x-helper react-native-platform-touchable react-native-snap-carousel react-native-vector-icons teaset react-native-root-toast react-native-text-with react-native-indicators @react-native-community/viewpager @react-native-community/netinfo react-native-device-info react-native-autoheight-webview react-native-interactable
yarn add https://gitee.com/thedycui/react-native-scrollable-tab-view.git
yarn add https://gitee.com/thedycui/react-native-image-crop-picker.git
yarn add https://gitee.com/thedycui/react-native-picker.git
yarn add https://git@github.com/cuidayang/react-native-audio-toolkit.git
yarn add react-navigation react-navigation-stack react-navigation-tabs
yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context
yarn add @react-navigation/native @react-navigation/stack //5.x
yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context
```
编辑ios/Info.plist
```
UIAppFonts
FontAwesome.ttf
Foundation.ttf
Ionicons.ttf
MaterialIcons.ttf
```
android/app/build.gradle
```
implementation 'androidx.appcompat:appcompat:1.2.0-alpha01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
```
在index.js中最顶部增加
```
HttpUtil.setBaseUrl('接口基地址');
```