I am new in react native. After install new library of react-native-svg-from-uri. and used in my component like
import SvgUri from 'react-native-svg-uri';
<SvgUri width="200" height="200" source={require("./img/homer.svg")} />
when running my app it shows error
Unable to resolve "./patternReg" from "node_modules\react-native-svg\lib\extract\extractProps.js.
now how to solve this problem? Thanks in advance.