-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hi,
I have install and integrate this plugin in iOS application but my app got crash once it loads custom keyboard.
Running application "CustomKeyboard" with appParams: {"rootTag":11,"initialProps":{"type":"hello","tag":267}}. DEV === true, development-level warning are ON, performance optimizations are OFF
2018-06-07 15:32:10.233 [fatal][tid:main] Exception '-[RCTTextField setInputView:]: unrecognized selector sent to instance 0x153d9da10' was thrown while invoking install on target CustomKeyboard with params (
267,
hello
)
Getting an above error.
NOTE:- I have also changed UITextField instead of UiTextView in customkeyboard.m file but still no luck. Please help as this is the only plugin for creating custom keyboard. If not please any other way to achieve the goal.
Thanks