react-native-textinput-utils
react-native-textinput-utils copied to clipboard
Does not work with RN 0.53.0
It looks like RCTTextField was removed from RN so this won't build with a RN project running 0.53.0.
@rplankenhorn did you find any workaround to this?
@wnr My solution was to completely remove react-native-textinput-utils from the project. InputAccessory support was added in 0.55.0 I believe so my recommendation would be to upgrade to that version and then remove this from your app.
@rplankenhorn Thanks for your response. Unfortunately I'm trying to achieve a native picker "keyboard", as described in https://github.com/facebook/react-native/issues/5210, which seems like RN still do not support :(