Hi Garion,
You could workaround this by using/creating a custom widget (example, which is not so nice either). When going native, this is made much easier since you can just import a React Native component (and many time pickers exist), for now you would need to load a javascript library into a widget or build something from scratch.
When the app goes native, default is still the ‘native picker’, but can of course be changed.