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

how i can resize calendar

Open lytrunghieu opened this issue 8 years ago • 8 comments

I place cadendar into view with width : 500 and height: 500 , it is over layout

lytrunghieu avatar Feb 25 '17 13:02 lytrunghieu

@christopherdro , I agree with @lytrunghieu . I looked into the code, the style is always device the DEVICE_WIDTH for 7 so that is not correct for resizing.

The calendar width already assign via it's props, you can use that parameter for the style. Please fix this soon.

ithieund avatar Mar 08 '17 11:03 ithieund

Functionality to layout will change once we merge this in.

https://github.com/christopherdro/react-native-calendar/pull/107

christopherdro avatar Mar 10 '17 15:03 christopherdro

@christopherdro , Thanks.

ithieund avatar Mar 13 '17 05:03 ithieund

@christopherdro , When will we have the new release? I'm looking forward to it.

Thanks.

ithieund avatar Mar 21 '17 03:03 ithieund

+1 I'd like to use a dynamic size for this component since the project I'm on requires some padding on either side of the device screen width.

Thanks!

syardumi avatar Apr 18 '17 19:04 syardumi

@lukescott Any chance you can resolve the conflicts for https://github.com/christopherdro/react-native-calendar/pull/107 so we can get it merged in?

christopherdro avatar Apr 18 '17 19:04 christopherdro

I too tried to resize the calendar, but the first row is disappearing.

VijayDinanath avatar Sep 04 '17 13:09 VijayDinanath

Have you tried with the latest version? With #106 merged in, it should work now.

coderdave avatar Oct 12 '17 12:10 coderdave