react native 需要用到的三方组件整理

阅读 74

2022-07-14

项目环境说明:

react native  version : 0.59.8
xcode: version:11.6
node: 12.18.3
react-native-cli : 2.0.1

  1. 全屏遮罩层, antd mobile model porp

 antd mobile  model porp

  1. 单选按钮组——组件:

import {RadioButton, RadioGroup} from "react-native-flexi-radio-button";

3.复制文本粘贴组件—— Clipboard

import {
StyleSheet,
View,
Text,
TextInput,
Image,
TouchableOpacity, Alert, ScrollView, SafeAreaView,Clipboard,
} from 'react-native';

  1. 图片保存到本地——

方案一: React Native Camera Roll 的使用
​​​https://www.jianshu.com/p/05f39821460d​​

方案二: 使用了react-native-fs组件


react native 需要用到的三方组件整理_全屏

rn.png

精彩评论(0)

0 0 举报