On providing minHeight with non integral values the children view with flex: 1, gets height = 0. ``` <View style={{minHeight: 1.23}}> <View style={{flex: 1, backgroundColor: 'red'}} /> </View> ``` - React Native version: 0.33 - Platform(s) (iOS, Android, or both?): both - Operating System (macOS, Linux, or Windows?): Mac
Activity
leeight commentedon Oct 3, 2016
It works fine on the master branch.
shahankit commentedon Oct 3, 2016
Okay then it might be solved.