react-native-custom-keyboard-kit
react-native-custom-keyboard-kit copied to clipboard
I'm getting Error while using install() method!!!!
I've used the install() method like this
install('MyKeyboard', () => MyKeyboard)
I'm getting an Error on Runtime which is
java.lang.String cannot be cast to java.lang.Double
if I'm using the install() method in the wrong way please correct me.
Thank you
@Bunlong