You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: