ssandroidify
ssandroidify
Updating cocoapods did'n worked for me also ive tried to link react-native-svg manually in ios, that also did'n worked ---update--- i was able to fix the problem navigate to node_module/react-native-svg/RNSVG.podspec...
@TanveerShah0 make these 2 changes in below mentioned file navigate to - **node_module/react-native-svg/RNSVG.podspec** file and delete s.visionos.exclude_files = '**/*.macos.{h,m,mm}' and **:visionos => "1.0"** then install this package [patch-package](https://www.npmjs.com/package/patch-package) then run...
I'm also getting this error after adding components: { afterLogin: ['./app/(payload)/components/Home'], afterDashboard: ['./app/(payload)/components/Home'], graphics: { Logo: './app/(payload)/components/Logo', Icon: './app/(payload)/components/Icon', }, }, i've used the cmd - generate:importmap and importMap is...