react-native-custom-keyboard-kit icon indicating copy to clipboard operation
react-native-custom-keyboard-kit copied to clipboard

Module not working

Open swaroopa94 opened this issue 5 years ago • 2 comments

Hi

I am using this module and I need custom keyboardf unctionality but when I install thi module and run in ios I am getting the following error.

50281910-0a2f4480-0477-11e9-8e58-3247371f95fd

Can you tell me how to solve this

swaroopa94 avatar Dec 24 '18 04:12 swaroopa94

It's likely this module does not support for new iPhone version.

franklinatdn avatar Dec 10 '19 17:12 franklinatdn

RCTBatchedBridge was deprecated in favour of CxxBridge.

I was able to compile and build by replacing one with the other. However, the keyboard doesn't seem to show up when clicking the CustomTextInput component. Not sure if the two events are related or not

wrightmk avatar Dec 14 '19 00:12 wrightmk