I'm using the React Native DateTimePicker (https://github.com/react-native-community/datetimepicker) component in an Expo RN project.
Using the component, this is the default date picker for iOS:
And here's the default date picker for Android:
Is there any way to force iOS devices to load the Android calendar as well, as opposed to the rotating picker that's used by default for iOS? Thank you.