You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing a glitch with the MarkdownTextInput component when it's used within a ScrollView that is embedded using native-stack navigation. This issue occurs on React Native version 0.75.4 using the new architecture (Fabric). Importantly, the issue does not occur when using normal stack navigation and is not reproducible on Android (sim).
Screen.Recording.2024-10-16.at.09.48.35.mov
Steps to Reproduce:
Use MarkdownTextInput within a ScrollView
Embed the ScrollView using native-stack navigation
Put focus on the MarkdownTextInput when it's outside of view initially (needs to be scrolled down to)
Expected Behavior:
The MarkdownTextInput should function smoothly without any visual glitches when focused.
Actual Behavior:
The MarkdownTextInput glitches when it receives focus.
Description:
I'm experiencing a glitch with the MarkdownTextInput component when it's used within a ScrollView that is embedded using
native-stack
navigation. This issue occurs on React Native version 0.75.4 using the new architecture (Fabric). Importantly, the issue does not occur when using normalstack
navigation and is not reproducible on Android (sim).Screen.Recording.2024-10-16.at.09.48.35.mov
Steps to Reproduce:
Expected Behavior:
The MarkdownTextInput should function smoothly without any visual glitches when focused.
Actual Behavior:
The MarkdownTextInput glitches when it receives focus.
Environment:
Reproduction Repository:
I have created a reproduction of this issue in the following repository:
https://github.com/TheKohan/rn-lm-fabric-repro
Additional Information:
The text was updated successfully, but these errors were encountered: