Skip to content
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

DrawerContentScrollView should use forwardRef #9350

Closed
megantaylor opened this issue Feb 22, 2021 · 2 comments · Fixed by #9695
Closed

DrawerContentScrollView should use forwardRef #9350

megantaylor opened this issue Feb 22, 2021 · 2 comments · Fixed by #9695

Comments

@megantaylor
Copy link

megantaylor commented Feb 22, 2021

Current Behavior

DrawerContentScrollView does not forward refs so I can't implement any additional scroll behavior

Expected Behavior

DrawerContentScrollView should use forwardRef so ref gets forwarded to the internal ScrollView

"@react-navigation/drawer": "^5.12.2",
"@react-navigation/native": "^5.9.2",

@github-actions
Copy link

Couldn't find version numbers for the following packages in the issue:

  • @react-navigation/native

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

@github-actions
Copy link

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

  • @react-navigation/drawer (found: 5.12.2, latest: 5.12.4)
  • @react-navigation/native (found: 5.9.2, latest: 5.9.3)

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants