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
Describe the bug
I have two <Select> components, one on the main page and one in another page. On the other page the Select children are not positioned correctly (see the video).
This issues disappears when I remove the Animated.View from the progress component.
Describe the bug
I have two
<Select>
components, one on the main page and one in another page. On the other page the Select children are not positioned correctly (see the video).This issues disappears when I remove the
Animated.View
from the progress component.To reproduce
Checkout https://github.com/MarkusWendorf/rnr-repro and follow the steps from the video.
Expected behavior
The SelectContent should be placed directly under the Select Trigger. It should be consistent between all instances of
<Select>
Screenshots
Screen.Recording.2025-04-09.at.20.35.19.mov
Am I doing something wrong?
For some reason this fixes the behaviour MarkusWendorf/rnr-repro@main...fix
The text was updated successfully, but these errors were encountered: