react-native-reusables icon indicating copy to clipboard operation
react-native-reusables copied to clipboard

[ BUG ] SelectContent not positioned correctly

Open MarkusWendorf opened this issue 8 months ago • 0 comments

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

Am I doing something wrong?

For some reason this fixes the behaviour https://github.com/MarkusWendorf/rnr-repro/compare/main...fix

MarkusWendorf avatar Apr 09 '25 20:04 MarkusWendorf