Juan Hernandez

Results 12 comments of Juan Hernandez

yea @josuper . @newuser44 did it in the response above, adding the code below into the `build.gradle` file. ``` // Fabric Cordova Plugin - Start Fabric Build Tools buildscript {...

I had the same problem. I hope you find this bug. I really like your library.

We were able to reproduce this bug and we found that setting `autoCorrect` to `false` in the `TextInput` solves the issue. We are planning to roll out this soon and...

> Our users are experiencing the same thing. Can you confirm that suggestions are causing the hanging? How did you guys workaround it? We set the `keyboardType` to `visible-password`. This...

@hannojg we had the same problem with our app. We are using the inverted FlatList in our chat screen. One time I wasn't typing, I was just receiving messages and...

> > > > Try drawing your list upside down, and then the contents in the list upside down. #35350 > > > > > > > > > I...

> > @smali-kazmi Did you get any work around? > > this fix work for some user but for Android 13 facing the same issue > > [#33139 (comment)](https://github.com/facebook/react-native/issues/33139#issuecomment-1069560920) @j-duggirala...

> Currently we are setting `autoCorrect` to false for android version 12 and 13 and for samsung devices, do we need to set `keyboardType` to `visible-password` as well? @JuanAlejandro Yes...

> Looks like it might not just be related to react-native, https://support.google.com/pixelphone/thread/181332682/keyboard-freezing-after-android-13-update?hl=en I wouldn't say this is related to this issue since there are not enough data to say this...

Hi @rudenick0309! Does your Samsung device has Android 13? I just updated the steps to include "Samsung S22 with Android 13" in the 3rd step. You can see how this...