Component<{}, RootScreenState> { constructor(props) { super(props); this.state = { isLoading: true, user: null } } componentDidMount() { // make an async ...
確定! 回上一頁