Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): set top of perf monitor to statusbar height (#38262)
Summary: Update RCTPerfMonitor.mm Change the top offset of perf monitor component. As it is overlapped by dynamic island of iPhone 14 Pro series. Before: <img width="437" alt="image" src="https://github.com/facebook/react-native/assets/8179987/3c993c1b-6370-4cee-b5b1-e50e3f191dac"> After: <img width="437" alt="image" src="https://github.com/facebook/react-native/assets/8179987/8be83e73-36e7-4075-9b74-64829b242020"> ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [iOS] [Fixed] - Change the top of perf monitor component. Pull Request resolved: #38262 Test Plan: noop Reviewed By: javache Differential Revision: D47325450 Pulled By: NickGerleman fbshipit-source-id: 6108db752945712e6cb770f5dd49e71df87d3f52
- Loading branch information