Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Wrapper of InspectorPanel from View to SafeAreaView (#34500)
Summary: Currently, the `InspectorPanel` component is wrapped in `View`, which is a little difficult to click the panel button when in a device with a notch screen. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Fixed] - Change Wrapper of `InspectorPanel` from `View` to `SafeAreaView` Pull Request resolved: #34500 Test Plan: **From:** <img alt="" height="500" src="https://user-images.githubusercontent.com/3097366/186088404-32cb2707-a4f1-45d6-9f83-f0992d5ba64d.png"> <img alt="" height="500" src="https://user-images.githubusercontent.com/3097366/186088438-863fd7da-b827-4cc1-b873-f0bf38764e83.png"> **To:** <img alt="" height="500" src="https://user-images.githubusercontent.com/3097366/186088518-6e131a8e-27ae-4eed-b97d-ee6f6ab5e669.png"> <img alt="" height="500" src="https://user-images.githubusercontent.com/3097366/186088550-35ce0512-ac4f-4ef1-b5db-f2a3ec434b24.png"> <img alt="" height="500" src="https://user-images.githubusercontent.com/3097366/186088579-ff42ee60-6b1c-4179-aae8-764f4d04e680.png"> Reviewed By: cipolleschi Differential Revision: D39175153 Pulled By: lunaleaps fbshipit-source-id: cba8b78a0dd3cbac27ee098dd1bb006d7af25987
- Loading branch information