react-native-art / art

React Native module that allows you to draw vector graphics.
https://github.com/react-native-community/art
MIT License
287 stars 78 forks source link

Filling the picture into the box is not possible #66

Open zhubinsheng opened 4 years ago

zhubinsheng commented 4 years ago

import {Surface, Shape, Path, Pattern} from '@react-native-community/art'; import localImage from './mindex/pages/iosble.jpg'; const pattern = new Pattern('localImage', 150, 200, 5, 5); <Shape d={juxing_path} stroke="#000000" strokeWidth={2} fill={pattern} />

Hello, I went through all the information filled in the pictures, and finally got this, runtime will error