react native

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

2020-08-28  本文已影响0人  追逐繁星的阿忠

项目环境说明:

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组件


rn.png

参考地址:https://segmentfault.com/q/1010000015629816

上一篇 下一篇

猜你喜欢

热点阅读