Caio Nilton Lemos Barroso
Caio Nilton Lemos Barroso
Hi @srithar21, I'm sorry, but I couldn't understand your issue with this lib. What exactly is happening with the input, and what version of this lib are you using?
@srithar21 Any updates?
@srithar21 ok, now I understand. So, after searching a little I found out that this is a possible bug in react-native that I think won't be fixed. You can check...
Hi @PietroGianniRuggeri, could you please post the code for both inputs? What version are you using?
Hi @louisholley, yes you are right, but I don't think **staticLabel** should be used along with _topFocused_.. I will move the order for the _left_ and _top_ styles to have...
Hi @Hantex9, could you please try setting animationDuration to a very low value, like 50, or even lower? This would be a workaround, and then I'd treat this.
Hi @baranngungor, did you install the reanimated lib at v2?
After some tests, I verified that by removing the **onImageIndexChange** prop the flickering stops.
Hi @Hantex9, I'll take a look!
Hi @sebasbeleno, thanks for the heads up! Can you please open a PR to fix this? You could instead pass your styles like: ``` containerStyles={{ ...styles.inputContainer, height: getFloatingInputHeight() }} ```