With React Native, I want to make a choice.
Right now, with PickerIOS, I have something similar to this:

As you can see, the collector displays a bunch of possible values, although I just want it to display.
I try to make it more similar, so it only displays the selected value (if you do not touch it, in which case it is selected from the bottom):

What can I do?
source share