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

Does not work with RN 0.53.0

Open rplankenhorn opened this issue 7 years ago • 3 comments

It looks like RCTTextField was removed from RN so this won't build with a RN project running 0.53.0.

rplankenhorn avatar Feb 13 '18 18:02 rplankenhorn

@rplankenhorn did you find any workaround to this?

wnr avatar May 21 '18 14:05 wnr

@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 avatar May 21 '18 14:05 rplankenhorn

@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 :(

wnr avatar May 22 '18 05:05 wnr