react-native-magnus
react-native-magnus copied to clipboard
[Feature] Add aspectRatio to style props
Summary
Add aspectRatio
property to component's style props. docs
Motivation
Currently, react-native-magnus
does not support adding aspectRatio
prop to its components.
Additional Context
We would have:
<Div aspectRatio={2} /> instead of <Div style={{ aspectRatio: 2 }} />