Closed WazzeZ closed 1 year ago
found typescript error when set style as array e.g. style={[style1, style2]}
style
style={[style1, style2]}
change ViewShotProperties.style type to use same type of ViewProps.style
ViewShotProperties.style
ViewProps.style
i'll take this in, but in a near future, we will also rework the library using TypeScript.
found typescript error when set
style
as array e.g.style={[style1, style2]}
change
ViewShotProperties.style
type to use same type ofViewProps.style