On iOS, you're able to put a <Picker>
in a flex box and make the picker(s) flex the entire width of the screen.
Using the new cross-platform <Picker>
element in React Native, what's the easiest way to do this on Android?
The Picker on Android only accepts the width element, and obviously doesn't accept percentage values. It does not scale to the width of its container.