mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-30 05:31:01 +00:00
Alternative approach without TextureView.
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ export default class extends Shape {
|
||||
{...extractProps({...props, x: null, y: null}, this)}
|
||||
x={props.x.toString()}
|
||||
y={props.y.toString()}
|
||||
width={props.width.toString()}
|
||||
height={props.height.toString()}
|
||||
imagewidth={props.width.toString()}
|
||||
imageheight={props.height.toString()}
|
||||
meetOrSlice={meetOrSlice}
|
||||
align={align}
|
||||
src={resolveAssetSource(props.href)}
|
||||
|
||||
Reference in New Issue
Block a user