Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make lefthandObjectDiff private to verifyComponentAttributeEquivalence
Summary: ## Rationale verifyComponentAttributeEquivalence is the legacy check for making sure that Static ViewConfigs match Native ViewConfigs. Eventually, we should just delete this module/check from the codebase. ## Changes This diff migrates the RNHostComponentViewConfig differences screen to display the ViewConfig differences using the new StaticViewConfigValidator validation result vs the legacy validator's lefthandObjectDiff method. ## Benefits: - Now, **all the diffing logic** on this route uses the new StaticViewConfigValidator. - This takes us one step closer towards deleting verifyComponentAttributeEquivalence - StaticViewConfigValidator [supports ignoring ViewConfig properties](https://fburl.com/code/2it5r7py). Now, the RNHostComponentViewConfig respects these ignores. Changelog: [Internal] Reviewed By: p-sun Differential Revision: D34017602 fbshipit-source-id: 3ad909adcbb95b932a269dd55dd5445834a9cfd4
- Loading branch information