React-native-jalali-date-picker
React-native-jalali-date-picker copied to clipboard
A simple and clean jalali datepicker for ReactNative
first issue is solved with passing day={new Date()} as props. but i dont have any idea about second. ``` constructor(props){ super(props); this.state = { date: new Date(), prevDay: (d =>...
TypeError: undefined is not an object (evaluating 'this.props.day.toString') My Commponent import React from 'react'; import { Dimensions,Text, View } from 'react-native'; import PersianCalendarPicker from 'react-native-jalali-date-picker'; export default class FreeTime extends...