You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My native react app keep crashed.
After a few days of debugging, I realized that this was caused by the lack of id attribute on the Mask tag of SpeechBubble
<Mask fill="#fff">...
I think that on new versions of react-native-svg the id-attribut is required for the Mask
react-native-svg: 12.1.1
The text was updated successfully, but these errors were encountered:
My native react app keep crashed.
After a few days of debugging, I realized that this was caused by the lack of id attribute on the Mask tag of SpeechBubble
<Mask fill="#fff">...
I think that on new versions of react-native-svg the id-attribut is required for the Mask
react-native-svg: 12.1.1
The text was updated successfully, but these errors were encountered: