react-native-magnus icon indicating copy to clipboard operation
react-native-magnus copied to clipboard

[Feature] Add aspectRatio to style props

Open pafry7 opened this issue 3 years ago • 0 comments

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 }} />

pafry7 avatar Dec 04 '21 11:12 pafry7