File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 78
78
## [ 1.204.0] - 2019-08-6
79
79
### Fix
80
80
- CalendarProvider - adding 'buttonTopPosition' prop to control the button's y position.
81
+
82
+ ## [ 1.204.0] - 2019-08-15
83
+ ### Fix
84
+ - Week - fix for style - removing width to allow flex.
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import SingleDay from '../calendar/day/custom';
16
16
import Calendar from '../calendar' ;
17
17
18
18
19
- const commons = require ( './commons' ) ;
20
19
const EmptyArray = [ ] ;
21
20
22
21
class Week extends Component {
@@ -162,7 +161,7 @@ class Week extends Component {
162
161
163
162
return (
164
163
< View style = { this . style . container } >
165
- < View style = { [ this . style . week , this . props . style , { width : commons . screenWidth } ] } > { week } </ View >
164
+ < View style = { [ this . style . week , this . props . style ] } > { week } </ View >
166
165
</ View >
167
166
) ;
168
167
}
You can’t perform that action at this time.
0 commit comments