mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: As part of the initiative to reduce the public API surface, I found that this object is unused and can be removed. I've also checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2lambda123%2Freact-native+NOT+repo%3Abeanchips%2Ffacebookreactnative+NOT+repo%3AfabOnReact%2Freact-native-notes+NOT+user%3Ahuntie+com.facebook.react.views.common.ViewUtils). ## Changelog: [INTERNAL] - Remove unused com.facebook.react.views.common.ViewUtils object Pull Request resolved: https://github.com/facebook/react-native/pull/49219 Test Plan: ```bash yarn test-android yarn android ``` Reviewed By: cortinico, fabriziocucci Differential Revision: D69239590 Pulled By: javache fbshipit-source-id: 14881f68903c8fa87966f35e6d5627e8580c9cc2