import React, { Component } from 'react'; import { View, Modal, TouchableOpacity } from 'react-native'; import Text from '../../components/Text'; export default class PopupMeter extends Component { constructor(props) { super(props); this.state = { }; } render() { return ( { Alert.alert('Modal has been closed.'); }}> ยีนยันหมายเลขหน่วย ระบบอาจจะใช้เวลาในการประมวลผลข้อมูล เพื่อเช็คความถูกต้องของข้อมูลที่กรอก {this.props.onCancel()}}> Cancel {this.props.onOk && this.props.onOk()}}> OK ); } }