react-native-datepicker
react-native-datepicker copied to clipboard
How to customize the icon size
Issue
I just have to set the icon width and height manually.
Environment
- react-native-cli: 2.0.1 react-native: 0.58.3
node -v:10.15.0npm -v:6.4.1yarn --version: Using npmtarget platform: Androidoperating system: Ubuntu
@renishdeveloper Did you achieve this?
+1
try using the prop
iconComponent and insert an image element with the custom size.
use dateIcon in customStyles
customStyles={{ dateIcon: { ... }, }}