UNPKG

@react-native-community/datetimepicker

Version:
10 lines (8 loc) 235 B
import React from 'react'; import {Platform} from 'react-native'; export default function DateTimePicker() { React.useEffect(() => { console.warn(`DateTimePicker is not supported on: ${Platform.OS}`); }, []); return null; }