-
Notifications
You must be signed in to change notification settings - Fork 712
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
KeyboardRegistry and KeyboardAccessoryView do not work with recent react-native 0.74.1 #3085
Comments
It seems like this has happened in the past (#2204), but given it is still happening I figured it was worth opening a new issue with a minimal repo. |
@zzorba do you have any solutions yet? |
I do not unfortunately. I've shifted to work on other things in the meantime. There don't seem to be any replacement libraries for it at this time |
I fixed the issue by reverting back to |
any solutions yet? 😿 |
Ive started exploring the tentap editor from 10play which has support for custom keyboards, as a possible alternative. |
Not supporting RN 0.74 is stopping us from using this library. @ethanshar is there any plans on looking into this issue? I note it's one of the top reacted issues in a very short time, so it must be a higher priority? |
|
The root cause is when you install react-native-ui-lib new version from npmjs, it lacks of android/ios folder from /lib . So your native-modules will never work. |
Description
Created a new react-native project, setup reanimated + gesture-handler + react-native-ui-lib.
I copied over the demo app for KeyboardRegistry, but it fails at runtime (on both iOS and Android) complaining that either:
I've tried in more complex projects as well, but this very simple one seems to no longer have access to its native modules.
Related to
Steps to reproduce
yarn install && cd ios && pod install && cd../ && yarn ios
Expected behavior
The KeyboardRegistry is usable.
Actual behavior
Crash due to missing NativeModules?
More Info
Running latest react-native and building with XCode 15.3 on IOS, though it happens as well on android.
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: