How can I automatically scale an SVG element within a React Native View?

后端 未结 4 990
隐瞒了意图╮
隐瞒了意图╮ 2021-02-07 01:10

I am trying to put a react-native-svg element inside of a View such that it\'s rendered with a certain, fixed aspect ratio, but then scaled to be as la

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-07 01:49

    the trick in

      preserveAspectRatio="xMinYMin slice"
    
    

    you should do that

    
    
    
    

提交回复
热议问题