Need to add components to ReactLiveScope and test all relevant components.
Some snippets need to be fixed.
Looks like the $1 (etc) are ignored (at least in the components I've tested).
In View: <View style={{width: 50, height: 50}} bg-orange50/> is working while <View width={50} height={50} bg-orange50/> is not working (I did not test in the webDemo or dig deeper, it is also working in Image for example).
Description
Support live code for components .
ReactLiveScope
and test all relevant components.$1
(etc) are ignored (at least in the components I've tested).View
:<View style={{width: 50, height: 50}} bg-orange50/>
is working while<View width={50} height={50} bg-orange50/>
is not working (I did not test in the webDemo or dig deeper, it is also working inImage
for example).Changelog
None
Additional info
Ticket 4470