美文网首页react native
react native 需要用到的三方组件整理

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

作者: 追逐繁星的阿忠 | 来源:发表于2020-08-28 11:14 被阅读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

    相关文章

      网友评论

        本文标题:react native 需要用到的三方组件整理

        本文链接:https://www.haomeiwen.com/subject/rlbcsktx.html