mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 21:58:01 +00:00
perf: optimize svg root prop handling, simplify element development
This change allows modifying the element code without causing it to load the native components more than once, making live-reload usable.
This commit is contained in:
@@ -98,10 +98,6 @@ exports[`supports CSS in style element 1`] = `
|
||||
"backgroundColor": "transparent",
|
||||
"borderWidth": 0,
|
||||
},
|
||||
undefined,
|
||||
Object {
|
||||
"opacity": 1,
|
||||
},
|
||||
Object {
|
||||
"flex": 0,
|
||||
"height": "100%",
|
||||
|
||||
Reference in New Issue
Block a user