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
Hey I noticed the flags have been updated to use <style> now for border-radius. Specifically the value 50% is leading to errors if user is using for example react-native-svg library's component for rendering the svg, since it is trying to pass the borderRadius as a string instead of a number.
Not really sure if this is something that could or should be fixed here or in the react-native-svg lib, but something to be aware of.
The text was updated successfully, but these errors were encountered:
As mentioned also here: #53
is also an issue with other frameworks like skia used by flutter and xamarin.
Maybe makes sense to roll back on the mask used before.
Hey I noticed the flags have been updated to use
<style>
now forborder-radius
. Specifically the value50%
is leading to errors if user is using for example react-native-svg library's component for rendering the svg, since it is trying to pass the borderRadius as a string instead of a number.Not really sure if this is something that could or should be fixed here or in the react-native-svg lib, but something to be aware of.
The text was updated successfully, but these errors were encountered: