react-native-textinput-utils icon indicating copy to clipboard operation
react-native-textinput-utils copied to clipboard

Not opening keyboard on 0.42

Open manjeets12 opened this issue 7 years ago • 1 comments

react-native version 0.42

I did the setup for ios as given in docs but my keyboard is not opening on simulator

var RCTKeyboardToolbarTextInput = require('react-native-textinput-utils');
<RCTKeyboardToolbarTextInput
  leftButtonText='I_AM_CANCEL_BUTTON'
  rightButtonText='I_AM_DONE_BUTTON'
  onCancel={(dismissKeyboard)=>dismissKeyboard()}
  onDone={(dismissKeyboard)=>dismissKeyboard()}
/>

---seems not supported for >0.40

manjeets12 avatar Aug 03 '17 13:08 manjeets12

Heads up I'm using this on RN 0.44 but get errors upgrading to 0.45+ which I believe is due to this library.

sdg9 avatar Aug 23 '17 01:08 sdg9