While importing GradientPath, there is an error. On hovering the issue, this is found.
Could not find a declaration file for module 'react-native-svg-path-gradient'. '||My project path||/node_modules/react-native-svg-path-gradient/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-native-svg-path-gradient` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-svg-path-gradient';
While importing GradientPath, there is an error. On hovering the issue, this is found.