-
-
Notifications
You must be signed in to change notification settings - Fork 164
On Mac Catalyst, using KeyboardAwareScrollView causes abnormal crashes. #1454
Copy link
Copy link
Closed
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView componentKeyboardChatScrollView 💬Anything about chat functionalityAnything about chat functionalityrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/code🍎 iOSiOS specificiOS specific🎯 crashLibrary triggers a crash of the appLibrary triggers a crash of the app
Metadata
Metadata
Assignees
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView componentKeyboardChatScrollView 💬Anything about chat functionalityAnything about chat functionalityrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/code🍎 iOSiOS specificiOS specific🎯 crashLibrary triggers a crash of the appLibrary triggers a crash of the app
In React Native v0.85.3, when using
KeyboardAwareScrollViewtogether withTextInput, both tapping theTextInputand tapping the close button innative-stackwill cause the app to crash unexpectedly. The same code works normally in React Native v0.83.Since the default React Native v0.85.3 setup cannot run directly on Mac Catalyst, I used the workaround mentioned in this issue to make the project run on Mac Catalyst.