"Invalid call" when trying to dynamically import local SVG in React Native
I'm trying to dynamically import local SVG files with Suspense and lazy in React Native (v0.72.3). But I'm getting this error: ERROR [Error: TransformError Utils/DynamicSvg.tsx: Utils/DynamicSvg.tsx:Invalid call at line 13: import(url)] Error: Utils/DynamicSvg.tsx:Invalid call at line 13: import(url) at transformJS…