react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

How to customize the icon size

Open renishdeveloper opened this issue 6 years ago • 4 comments

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

renishdeveloper avatar Apr 03 '19 11:04 renishdeveloper

@renishdeveloper Did you achieve this?

ChristianPG avatar Sep 27 '19 00:09 ChristianPG

+1

johnjoshuadablo avatar Jan 27 '20 02:01 johnjoshuadablo

try using the prop

iconComponent and insert an image element with the custom size.

johnjoshuadablo avatar Jan 27 '20 02:01 johnjoshuadablo

use dateIcon in customStyles

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

iqorlobanov avatar Feb 20 '20 07:02 iqorlobanov