Jeffrey Oloresisimo

Results 13 comments of Jeffrey Oloresisimo

also running into the exact same problems. any help is greatly appreciated!

> @radelcom did our workaround work for you? > > ``` > import Svg, { Path, Polygon } from 'react-native-svg/lib/module/ReactNativeSVG'; > ``` > > ? @sergioisidoro yeah, it did thanks!...

@sergioisidoro just following up to this. looks like that fix broke the native side of things. my new workaround is using vite.config.ts ``` resolve: { extensions: extensions, alias: { 'react-native':...