react-native-reusables
react-native-reusables copied to clipboard
[ BUG ] SelectContent not positioned correctly
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