ShawSmall
Results
1
comments of
ShawSmall
componentDidMount() { this.installTime = setTimeout(()=>{ install(findNodeHandle(this.input), this.props.customKeyboardType); if(Platform.OS === 'android') { this.showSub = addKeyBoardShowListener(this._showKeyboard); this.hideSub = addKeyBoardHideListener(this._hideKeyboard); } AppState.addEventListener('change', this._handleAppStateChange); this.input && this.input.focus(); }, 300) }