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

Invariant Violation: requireNativeComponent: "KeyboardTrackingView" was not found in the UIManager. #58

Closed calebnelson closed 6 years ago

calebnelson commented 6 years ago

Whenever I try to use this package, I get this error even though I have react-native-keyboard-tracking-view installed.

calebnelson commented 6 years ago

Nevermind, I just needed to perform a react-native link

Atuldhaka commented 4 years ago

In my case i installed this library and then done pod install and then closed my bundler and opened it and rebuilded the app, but still getting the same error. running on 62.2 version of react native.

baronha commented 3 years ago

I have the same error !