-
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
ScrollResponder.scrollResponderScrollNativeHandleToKeyboard calls deprecated apis #28203
Labels
Comments
Thanks for flagging! |
Hmm. I can't seem to assign @kacieb here. :-/ |
I think @kacieb might need to be added to the Facebook GitHub org |
❤️ |
Yeah, @janicduplessis, it's super awesome that you are able to give this feedback to us so quickly by running on Master. It's so much better than finding out months later when people use a release. |
I mean I get to use cool things before everyone :D |
20 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description:
ScrollResponder.scrollResponderScrollNativeHandleToKeyboard calls deprecated
getInnerViewNode
andgetInnerViewRef
. The warning recommends usinginnerViewRef
, however I'm not sure how this could be done fromScrollResponder
.React Native version:
Master
Steps To Reproduce
Call
scrollResponderScrollNativeHandleToKeyboard
on a ScrollView responder instance.Expected Results
No deprecation warnings.
Snack, code example, screenshot, or link to a repository:
N/A
The text was updated successfully, but these errors were encountered: