mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3e30b70e29
Summary: Many of StateBuilder methods take a lot of arguments, which makes it hard to read. This patch is doing a bit of cleanup by removing tag from the method signatures, because tag can be easily obtained from the node itself. This is a pure refactoring diff and should have no functional changes. Reviewed By: ahmedre Differential Revision: D2915815