csillaj

Results 6 comments of csillaj

I have the same issue

@rwillemsandroid won't react-native-svg support the new architecture? I updated RN specifically to use the new architecture

I deleted all those folders and files, I even deleted DerivedData and ran bundle exec pod install, but it didn't help The errors are not from my "main target", but...

The patch fixes the crash for me, but changing the icon is not working on ios for me

Wasn't that issue reported in 2011? The library is working with RN "react-native": "0.73.6", I started having problems only after updating RN to 0.76

I had the same issue, what helped me was ` { const { attributes } = ifProps.tnode; if (!!attributes?.src && attributes?.src?.includes('youtube.com')) { return ( ); } return ; }, .....