xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

How to customize the icon size #331

Open renishdeveloper opened 5 years ago

renishdeveloper commented 5 years ago

Issue

I just have to set the icon width and height manually.

Environment

  1. react-native-cli: 2.0.1 react-native: 0.58.3
  2. node -v:10.15.0
  3. npm -v:6.4.1
  4. yarn --version: Using npm
  5. target platform: Android
  6. operating system: Ubuntu
ChristianPG commented 4 years ago

@renishdeveloper Did you achieve this?

johnjoshuadablo commented 4 years ago

+1

johnjoshuadablo commented 4 years ago

try using the prop

iconComponent and insert an image element with the custom size.

iqorlobanov commented 4 years ago

use dateIcon in customStyles

customStyles={{ dateIcon: { ... }, }}