datetimepicker
datetimepicker copied to clipboard
Date Picker not visible on Android
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!