import React, { Component } from 'react'; import Svg, { Image, Defs, Circle, ClipPath, Rect, Text } from 'react-native-svg'; class ImageExample extends Component{ static title = 'Draw Image with preserveAspectRatio prop'; render() { return HOGWARTS ; } } class ClipImage extends Component{ static title = 'Clip Image'; render() { return alert('press on Image')} x="5%" y="5%" width="90%" height="90%" href={require('../image.jpg')} opacity="0.6" clipPath="url(#clip)" /> HOGWARTS ; } } const icon = ; const samples = [ImageExample, ClipImage]; export { icon, samples };