I am creating application which use a calendar and tried several react-date time pickers such as react-jqueryui-datepicker , react-date-picker-cs issue is those libraries use different old react versions and they give react older version errors, my application is created from react creat-app skeleton what are the options that i can try to solve this
react-datepicker
has React 16 as a peerDependency
which should work fine for your needs.