第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

React Native中導(dǎo)航棧顯示屏幕時(shí)調(diào)用哪個(gè)方法

React Native中導(dǎo)航棧顯示屏幕時(shí)調(diào)用哪個(gè)方法

LEATH 2023-07-06 17:13:50
我是 React Native 的新手,我正在使用import {  createAppContainer } from 'react-navigation'; import { createStackNavigator } from 'react-navigation-stack'用于從一個(gè)屏幕導(dǎo)航到下一個(gè)屏幕,并在按后退按鈕時(shí)顯示堆棧中的屏幕。我想在屏幕從堆棧顯示時(shí)聚焦 TextInput。FirstScreen -> SecondScreen (Back Button Press)-> FirstScreen (Focus TextInput)當(dāng)FirstScreen從堆棧中顯示時(shí),會(huì)調(diào)用哪個(gè)方法?我嘗試將代碼放入ComponentDidMonunt(), ComponentWillMount(), render(), ComponentWillUnmount()方法中,但當(dāng)從堆棧中顯示 FirstScreen 時(shí),不會(huì)調(diào)用這些方法。
查看完整描述

1 回答

?
慕慕森

TA貢獻(xiàn)1856條經(jīng)驗(yàn) 獲得超17個(gè)贊

嘗試在react-navigation中使用NavigationEvent?

class Profile extends React.Component {

? componentDidMount() {

? ? this._unsubscribe = navigation.addListener('focus', () => {

? ? ? // do something

? ? ? this.emailInput.focus()

? ? });

? }


? componentWillUnmount() {

? ? this._unsubscribe();

? }


? render() {

? ? ? <View>

? ? ? ? <TextInput ref={ref => { this.emailInput = ref; }}/>

? ? ? <View/>

? }

}


查看完整回答
反對(duì) 回復(fù) 2023-07-06
  • 1 回答
  • 0 關(guān)注
  • 142 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)