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
Hello roosmaa. Thanks for the detailed bug report and test case. Great catch. We'll see what we can do about this. Thanks again for all your hard work. We really appreciate it.
It seems that zIndex ordering of linear layout children is ignored (instead the order of adding the subview is used) when building for native.
For example:
This code displays traffic lights in browser (red, yellow, green), however, on native it is flipped (green, yellow, red).
The text was updated successfully, but these errors were encountered: