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
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);
Hello, I went through all the information filled in the pictures, and finally got this, runtime will error