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 }} />
Summary
Add
aspectRatioproperty to component's style props. docsMotivation
Currently,
react-native-magnusdoes not support addingaspectRatioprop to its components.Additional Context
We would have: