datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Date Picker not visible on Android

Open MrShubhamSingh opened this issue 3 years ago • 0 comments

Version Info : "react": "17.0.2", "react-native": "0.68.1", "@react-native-community/datetimepicker": "^6.3.1",

Code Snippet : 1 . <DateTimePicker value={new Date()} display='default' mode='date' onChange={()=>{}} style={{ width:200, height:200, backgroundColor:'white'}} /> 2. <RNDateTimePicker value={new Date()} display='default' mode='date' onChange={()=>{}} style={{ width:200, height:200, backgroundColor:'white'}} />

Tried the above code snippet but unable to see picker on Android.

P.S : Tried changing display and mode to different values, still no luck!

MrShubhamSingh avatar Aug 04 '22 06:08 MrShubhamSingh