项目环境说明:
react native version : 0.59.8
xcode: version:11.6
node: 12.18.3
react-native-cli : 2.0.1
- 全屏遮罩层, antd mobile model porp
antd mobile model porp
- 单选按钮组——组件:
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';
- 图片保存到本地——
方案一: React Native Camera Roll 的使用
https://www.jianshu.com/p/05f39821460d
方案二: 使用了react-native-fs组件
rn.png
网友评论