Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SafeAreaView shouldn't dirty layout on clone by default (#39554)
Summary: Pull Request resolved: #39554 There's no need to auto-dirty this component on clone (which will happen every time one of its children is cloned), if we update the padding values in `ComponentDescriptor::adopt` this will [already dirty as necessary](https://github.com/facebook/react-native/blob/7888338295476f4d4f00733309e54b8d22318e1e/packages/react-native/ReactCommon/react/renderer/components/safeareaview/SafeAreaViewComponentDescriptor.h#L28). Reviewed By: sammy-SC Differential Revision: D49058812 fbshipit-source-id: ea1ac8a1aa96c7ea24dcc48627a500f8c7fc2aae
- Loading branch information