class MyApp extends React.Component { constructor(props) { super(props); } render() { return ( <View style={ styles.container }> <ImageButton style={ ...
確定! 回上一頁