Custom Shape Image View (React Native) -


i shifted app work native android react native. i'm trying have custom shaped image views in react native app, can't find way make work exact way need it.

i'm trying use custom shape imageview holder. following shape's svg path:

m 0 0 l 200 0 l 300 100 l 200 200 l 0 200 l 0 0 z 

(it looks pentagon shape combination of regular square regular triangle attached right side of square base)

i had used customshapeimageview native android project , working fine , i'm looking this.

i tried use react-native-svg , reason, doesn't support non-local images (web urls). supports local images.

is there library or other way can make react native? lemme know if need more information this. thanks!


Comments