-
Notifications
You must be signed in to change notification settings - Fork 649
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
RCTTextField is not a descendant of RCTShadowView #33
Comments
Hello @nazywamsiepawel! Yes, this is a known issue #25 I've opened a PR in In the meantime, if you take the code of the PR and the code of the I hope this gets merged and solved soon. Thanks! |
Gracias! |
Glad to have helped @nazywamsiepawel 😉 Let's close this and track the issue in #25 |
@nazywamsiepawel did you solve this problem? I followed all steps which suggested by @alvaromb I face the warning message blow 'keyboardWillShow' event should be registered via the Keyboard module. And get the following error message get TextInput get focused. "_reactNative.UIManager.viewIsAncestorOf is not a found" Please share your experience. thank you. |
The warning messages are not related to the ancestor/descendant check. With v0.1.2 there shouldn't be any warnings. For the |
I patched it and cherry picked commit "A version with the RN ancestor stuff" and "Check if there is a focused field before trying to scroll to it" However, still face here is my code where it throw an exception
|
I create a PR with this issue. PR #41 |
I'm getting the same error message as referenced by nazywamsiepawel above. Are you close to a solution? Is there a current workaround? I'm a bit frantic. |
@idavidson12 it's a solved problem. Even some involved manual work, you can use this project with sub pages. Please check previous comments, written by @alvaromb and @JosephDev |
I don't think I'm up to this level of coding yet. Will there be an update to the module itself soon? |
@idavidson12 um... you can clone my repo. instead using npm to install However, you have to modify iOS project files by yourself unless RN project merge @alvaromb 's PR facebook/react-native#7876. |
Great. Thank you. |
After implementing @alvaromb's changes I get a error that Thanks for your module. Iver On Thu, Jul 28, 2016 at 3:48 PM, JOSEPH KIM [email protected]
|
Please use the official branch for the ancestor check @idavidson12 https://github.com/APSL/react-native-keyboard-aware-scroll-view/tree/ancestor_check My PR was accepted a few days ago and it should land into RN 0.32.0 facebook/react-native#7876 Regarding the |
did every thing you mentioned and not working :( :( |
Resolve this problem.
I don't know how to modify after read facebook/react-native#7876, so direct read the source code that @alvaromb submit to RN official. then resolved it, spend near 5 hours :-< , Anyway, thank you @alvaromb 's hard work and contribute. |
@alvaromb how android resolve it? |
Hey, i am using latest react native and still facing this error...
|
Try to remove the |
Hey!
Thanks for react-native-keyboard-aware-scroll-view! All works great apart from the issue in which all of the TextFields which are not contained within stop working. The error appears after the keyboard is presented :
The text was updated successfully, but these errors were encountered: