Describe the bug
If one of the options is selected where you need to scroll to see it, after you reopen the select it is not "preselected" - it doesn't scroll to it like in the examples in the docs.
Expected behavior
It should scroll to the selected option.
Describe the bug If one of the options is selected where you need to scroll to see it, after you reopen the select it is not "preselected" - it doesn't scroll to it like in the examples in the docs.
Expected behavior It should scroll to the selected option.
Screenshots
Video https://github.com/MobileReality/react-native-select-pro/assets/34303783/eed8988d-d840-4f1d-9231-e724a0141e48
Environment (please complete the following information):
Additional context Here is my code - the most basic example there is:
Also, I should mention that I have wrapped my app inside
<SelectProvider />
Is there something I'm missing here? Something I'm doing wrong? The version of the package that I have installed is
2.2.3
.