Open
Description
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