'React native CSS flex

So I was styling my mobile app using CSS and I was wondering if I set flex to a decimal place, like flex: 1.5; will it screw up anything? I normally set flex to whole number but in this case flex 1.5 is what I needed to make the component the position I wants it to be.

css


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source