Nitzan Yizhar
Nitzan Yizhar
That works. When the field is not valid the label still becomes red. Is that what we want? I feel like it should not show any indication about the errors....
Now the label disappears on error. I think its this line https://github.com/wix/react-native-ui-lib/blob/b193b801ef97c763c594ccc1f080b35962a25b4b/src/components/textField/Label.tsx#L26C3-L26C108 
Snippet to reproduce ``` ```
* change to enum and set it on the component * added the preset change to the screen * removed the extra reanimated view if there is no divider.
Hi, this was a bug when using android in rtl. It will be fixed in the next release.
Hi, Thanks you're response. I see the inverted text bug. Can you elaborate on what you're now experiencing on ios? I don't see any jumps on my end.
Thanks for the reply. Could you show me how you use the carousel? (Code). Do you use autoplayInterval by any chance?
Does this still occur with the new release? If so, could you attach a recording of it by any chance?
Hey, Could you try to update ui-lib and see if it still happens?
I think I'll just change it to take the testID from the child component. This will work...