callstack / react-native-paper

Material Design for React Native (Android & iOS)
https://reactnativepaper.com
MIT License
12.73k stars 2.08k forks source link

TextInput animations are slow #3839

Open nyenloop opened 1 year ago

nyenloop commented 1 year ago

Current behaviour

I have used MD2 and MD3 also, but bugs still occured when I type characters quickly. Labels were overrided by text that I have keyed in.

Expected behaviour

Label move smoothly. Label and value work separately.

How to reproduce?

It is easy to reproduce on React Native Paper Examples app.

Preview

We can figure out this bug easily.

What have you tried so far?

I have tried some configurations but all of them are buggy.

Your Environment

All environments

AmrouKourchid commented 1 year ago

Hello, I can't seem to reproduce your error on the example app, can you please provide a video of the current behaviour? Thank you !

nyenloop commented 1 year ago

https://user-images.githubusercontent.com/7751932/234894693-7cec26cf-c488-49df-a57e-d853bdb0109a.mp4

Yes, please take a look at this video describe the issue that I have encountered with TextInput.

khadeshyam commented 1 year ago

yes I am facing the same issue

AmrouKourchid commented 1 year ago

Hello again, Sorry for Coming back to you So late. I've tried to reproduce your Issue on My phone (Samsung A71), as well as on Expo Snack Example app (Both android and IOS), However, I can't seem to make it work. My guess is, this Issue is an Iphone only. Unfortunately I don't own an Iphone, so I don't think I can be of Much help.

nyenloop commented 1 year ago

Is there anyone who is an expert in RNP who can kindly help me fix this error?