Coverage remained the same at 100.0% when pulling 6a523ab2198ed08f9314cc343a2b07f60106291d on WhatAKitty:master into 679eb75d8ab93ce1ee20f742a1d4f60968beafc8 on apentle:master.
Coverage remained the same at 100.0% when pulling 6a523ab2198ed08f9314cc343a2b07f60106291d on WhatAKitty:master into 679eb75d8ab93ce1ee20f742a1d4f60968beafc8 on apentle:master.
Dear,
The result {text: 3} helps react native improving performance while adding this style to multiple element. The raw styles ({backgroundColor: 'white'}) will be loaded back from integer number (3).
Env: RN 0.48.4
execute
theme.styles
:Excepted Result:
{text: {backgroundColor: 'white'}}
Actual Result:{text: 3}
I don't understand why it not worked for
processed ?
.