oceanbit / GitShark

🦈 A Git client to surf through your repos on mobile
https://gitshark.dev
Mozilla Public License 2.0
137 stars 9 forks source link

[BUG] text entries occasionally create duplicate input #94

Open fennifith opened 3 years ago

fennifith commented 3 years ago

Describe the bug When attempting to type in a text input in the "clone repository" dialog, fast text input can sometimes cause the text to be duplicated while typing. The text inputs also appear to cause some latency.

To Reproduce Steps to reproduce the behavior:

  1. Click on "new repository" and choose any option
  2. Select an input field
  3. Type something moderately fast

Screenshots Screen recording:

https://user-images.githubusercontent.com/9100169/122622150-a3417500-d04c-11eb-934a-bb4c1e113e04.mp4

Smartphone (please complete the following information):

crutchcorn commented 3 years ago

https://github.com/callstack/react-native-paper/issues/2780

After investigating this further, I found that this issue is due to an upstream bug. This is as far as I'm able to look into it today - I'll try to dive deeper soon