1import * as React from 'react';
2import { Text } from 'react-native';
3
4export default () => <Text>Date Time Picker is not implemented on web</Text>;
5