React-native-jalali-date-picker icon indicating copy to clipboard operation
React-native-jalali-date-picker copied to clipboard

A simple and clean jalali datepicker for ReactNative

Results 3 React-native-jalali-date-picker issues
Sort by recently updated
recently updated
newest added

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...