-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Crash on IOS 14 #73
Comments
Hi @VitamineC, thanks for the feedback. Could you provide more information about when the error happens, and how to reproduce it? We are running some apps on iOS 14 and we haven't seen any problems like this yet. |
Could you copy the entire stacktrace? I need to know which method of this module is starting the problem: https://github.com/douglasjunior/react-native-keyboard-manager/blob/master/ios/ReactNativeKeyboardManager/ReactNativeKeyboardManager.m |
|
I changed the module configuration to force the use of the main queue. Could you please test the "force-main-queue" branch?
or
|
@douglasjunior I have/had the same issue with v6.5.4-0 and the changes of the |
Good, thanks! |
Still having this error @douglasjunior just started using the library. |
It is probably not related to the problem fixed in this issue. If you wish, please create a new issue with a reproducible demo. |
cocoapods
0.63.4
6.5.4-0
14.2
No
No
Yes
App chased on start with error
static let kbManager = IQKeyboardManager()
"Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread."
The text was updated successfully, but these errors were encountered: