-
Notifications
You must be signed in to change notification settings - Fork 131
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
editText.setBlurOnSubmit(false); #85
Comments
Got this error too pls fix |
any solution please? I did update any sdk like android sdk, target, react + react-native version? Really dont know why |
@banghia112 setBlurOnSubmit now changed to setSubmitBehavior |
reopen for waiting pr fix |
@fukemy please elaborate since its a different library, plus i didnt change or update react-native version |
or you can use this solution instead of modify lib code: |
@fukemy thanks a lot, this solution fixed it for me (react native 0.63.4) |
@fukemy provided workaround fixed this issue for me. Hopefully this change doesn't have some side effects, thanks |
Unfortunately workaround gave me another error, even after gradlew clean: Execution failed for task ':app:checkReleaseDuplicateClasses'. I'll try patching the library instead. A new fixed version would be much appreciated though. |
This is part of a much larger issue: facebook/react-native#35210 |
For RN 0.71, this will need patching as
|
Any suggestion for an app built with 0.62.2 RN version? I'm stuck on this |
I think you best take a look at the notes on this issue |
Work for me! 🏆 |
I have created a package that resolve this issue. It also includes Typescript typings: https://github.com/Doko-Demo-Doa/react-native-autogrow-textinput-ts |
Any solution to this error, I still experiencing it for weeks and have not been able to find working solution for it. error: cannot find symbol |
🤣🤣🤣 |
change to setSubmitBehavior("blurAnd Submit") |
Hi today i suddenly got this problem
can u help?
The text was updated successfully, but these errors were encountered: