-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: null is not an object (evaluating 'CustomKeyboardKit.install') #18
Comments
I'm also facing this issue with RN 0.62 @samgermain Do you have any solution for that? |
@kennedy0527 @samgermain I created a fork and fixed some issues. works on android. still not seeing the keyboard on ios |
I fix this problem. Follow the steps Step 1Copy Step 2In XCode, in the project navigator, right click Step 3Modify - #import "RCTBridge+Private.h"
- #import "RCTUIManager.h"
+ #import "React/RCTBridge.h"
+ #import "React/RCTUIManager.h" |
I do 3 step but compile failed. what is your project RN version ? |
0.63.2 |
This happens when I use the example verbatim on Android.
The text was updated successfully, but these errors were encountered: