react-native-svg
react-native-svg copied to clipboard
Color Prop Testing
Hi, I've asked the following on StackOverflow. https://stackoverflow.com/questions/76824476/react-native-svg-color-prop-testing
In summary, using the color prop and then testing in Jest is giving me a value that I wasn't expecting / know how to handle.
Expected the element to have prop:
color=14624048
Received:
color=4292814128
Any ideas on how this works? Thanks!