import React from 'react'
import
{
StyleSheet, Text, View,
TouchableOpacity, // 按钮组件
Alert // 弹出组件
} from 'react-native'
export default function App ()
{
let showAlert1 = () =>
{
Alert.alert('发送数据成功')
}
let