Viswanadh Rayavarapu
Results
1
comments of
Viswanadh Rayavarapu
``` type IOSMode = 'date' | 'time' | 'datetime' | 'countdown'; type AndroidMode = 'date' | 'time'; ``` The above code in the following file `client/node_modules/@react-native-community/datetimepicker/src/index.d.ts` The following will work...