私はフォーカスを使用して試してみてもautofocus.Usingているネイティブ0.43 例単純なシナリオrefを使用せずにテキスト入力にピントを合わせるにはどうすればよいですか?
<ListItem
title="Username"
textInput={true}
textInputValue={this.state.userName}
textInputSecureTextEntry={false}
textInputOnChangeText={this
.bindData
.bind(this, 'userName')}
textInputAutoFocus={this.state.userNameAutoFocus}
textInputFocus={this.state.userNameFocus}
textInputKeyboardType="default"
textInputPlaceHolder="Type your Username Here"
textInputContainerStyle={styles.inputFormStyle}
textInputOnSubmitEditing={this
.nextFormComponent
.bind(this, 'userPassword')}
textInputReturnKeyType="next" />
あなたの質問を編集してください、あなたは問題を抱えているコードセクションを追加します。問題の内容を正確に特定せずに300コード行のリンクを追加すると、誰も助けてくれません。 –
は、この問題を理解するためのより簡単なコードを追加しました。 –