在很多App中都会涉及到分享,React Native提供了Modal组件用来实现一些模态弹窗,例如加载进度框,分享弹框等。...使用Modal搭建分析的效果如下:
自定义的分析界面代码如下:
ShareAlertDialog.js
/**
* https://github.com/facebook/react-native...* @flow 分享弹窗
*/
import React, {Component} from 'react';
import {View, TouchableOpacity, Alert,StyleSheet..., Dimensions, Modal, Text, Image} from 'react-native';
import Separator from "....},
image: {
width: 60,
height: 60,
marginBottom: 8
},
});
当点击某个按钮之后