wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
819 stars 150 forks source link

CustomKeyboardViewNative was not found in the UIManager #65

Open wandongfans opened 5 years ago

wandongfans commented 5 years ago

what's the promblem,anyone have the same issues ?

frolda commented 5 years ago

Hi, is there any update on this issue? I am having this error on Android only, on iOs it works fine..

asmakhalfallah2018 commented 5 years ago

@willispinaud are you working with expo ?

willispinaud commented 5 years ago

@willispinaud are you working with expo ?

I got a false positive - I don't have the issue anymore. Thank you for your prompt answer.

maxlzc commented 5 years ago

@willispinaud I got the same issue,how did you fix it,can you tell me

gwl002 commented 4 years ago

same problem, still not be fixed?

FrankyHo commented 4 years ago

same problem, still not be fixed?

hi, I got it work on RN0.61.3 after modify MainApplication.java

packages.add(new KeyboardInputPackage(this.getApplication()));

GoranTopic commented 4 years ago

I am having the same problem, I might try restarting everything. Also I don't have a MainApplication.java in my React Native project.

Parthhyperlink commented 4 years ago

I also have same problem @GoranTopic have you found solution?

SerdarMustafa1 commented 4 years ago

Did anyone find a solution for this?

wvalen commented 4 years ago

Looks like this package doesn't support auto link, we have to config android environment by ourself. I got it works after followed readMe document, used react native 0.62. It wasted my half of day life.