import React from "react"; import { Button, Text, View } from "react-native"; class ScreenA extends Component { constructor(props){ super(props) this.state ...
確定! 回上一頁