-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android + Fabric : ANR on TextInput #687
Comments
@mlecoq which reanimated version do you use?
|
seems to be related to #683 - when I remove animated components on the screen, the crash does not occur |
3.16.1 |
in other cases we see reanimated calls first
|
@mlecoq I spoke with @tomekzaw and he told me that the problem most likely is the same as software-mansion/react-native-reanimated#6418 (comment) Can you try to build RN from source and enable |
Ok I will try that, thanks @kirillzyusko |
@mlecoq please, keep me updated how it goes 🙏 |
@kirillzyusko I confirm that the flag fixes this issue and #683 |
@mlecoq awesome! Did you built RN from source? Or found the other way to enable this flag? |
I had to build rn from source |
Describe the bug
Since my app is on fabric, I have many ANR on text input
here is one of the stack traces
it always deal with
and the issue is not systematic (first try sometimes works fine)
Code snippet
I don't use directly the api on concerned screen, I just have
KeyboardProvider
in myApp.tsx
fileRepo for reproducing
I will try to make one soon
To Reproduce
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: