how i can resize calendar
I place cadendar into view with width : 500 and height: 500 , it is over layout
@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.
Functionality to layout will change once we merge this in.
https://github.com/christopherdro/react-native-calendar/pull/107
@christopherdro , Thanks.
@christopherdro , When will we have the new release? I'm looking forward to it.
Thanks.
+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!
@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?
I too tried to resize the calendar, but the first row is disappearing.
Have you tried with the latest version? With #106 merged in, it should work now.