mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Summary: ...referencing stale function component limitations While preparing a short tutorial on the DrawerLayoutAndroid using the v59 RC, I came across a comment that we can update that states refs as being available only in Class components. This updates that with both class and function components. If we'd rather delete the comment entirely and move both examples to the website, I'm fine with that too. The current docs page doesn't address the imperative API. https://facebook.github.io/react-native/docs/drawerlayoutandroid [General] [fixed] - Update stale comment to provide both class and functional component ref example for DrawerLayoutAndroid Pull Request resolved: https://github.com/facebook/react-native/pull/23730 Differential Revision: D14298527 Pulled By: cpojer fbshipit-source-id: 3e9f0d6ae49588045fd9d924996fe7cff3d6a156