React Native: Build a “Select Item from List” component
问题 I want to build a "Picker Menu" inside a screen. I think the time picker popup components are not smooth enough to use, because they require extra clicks instead of just dragging to the wanted element. The component should return the selected value + change the color of the selected value. I thought of ListView/ ScrollView, but I couldn't find a way to get that working yet. Below: A great gimp graphic to show what the goal is, placing the Android Time Picker inside the screen as visual