Skip to content

Commit 091f744

Browse files
authored
Update README.md
1 parent f074113 commit 091f744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Check [index.android.js](https://github.com/xgfe/react-native-datepicker/blob/ma
2020
import React, { Component } from 'react'
2121
import DatePicker from 'react-native-datepicker'
2222

23-
export default class FutureDatePicker extends Component {
23+
export default class MyDatePicker extends Component {
2424
constructor(props){
2525
super(props)
2626
this.state = {date:"2016-05-15"}

0 commit comments

Comments
 (0)