import React, { Component } from 'react' import { View, Text } from 'react-native'; export default class DatePickerExample extends Component { constructor(props){ super(props) this.state = {} } render(){ return ( DatePickerExample ) } }