mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: We don't need to have those methods virtual anymore. Nowadays we have a pointer to a `ComponentDescriptor` in `ShadowNode`, it's simpler to get that value from there. That's also more code-size friendly because we now can remove those methods from a template. Reviewed By: sammy-SC Differential Revision: D17142173 fbshipit-source-id: 9f54fbe6c1ebad3ed49843ed75a01ca5ee48c34f