-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
KeyboardAvoidingView Warnings #14692
Comments
Why was this closed? I'm getting the warnings too. From looking at the source, it appears that KeyboardAvoidingView uses deprecated react-native features. |
@DealPete sir, i have a temporary fix on this by adding the this line of code: |
Same problem here. Disabling yellow box is not the clean way OFC, we need some feedback here please. |
Is this a bug report? Yes Have you read the Bugs section of the Contributing to React Native Guide? Yes, not stating anything about KeyboardAvoidingView Environment react-native -v: v0.45.1
Expected Behavior No warning message related to using KeyboardAvoidingView component should appear Actual Behavior Reproducible Demo https://gist.github.com/spencercarli/dc5d8ea9eafb8a0aaa8f83b2f08d874d#file-keyboardavoidingview-js
|
It looks like the description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. Feel free to open a new issue with the additional information provided. Thanks! |
Another similar thread has mentioned that this will be fixed on 0.46, so I will just ignore this from now... |
Hi,
I'm using 0.43 react-native it shows warnings when I used KeyboardAvoidingView in my login form.
Please be advised.
#Thanks
The text was updated successfully, but these errors were encountered: