Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RNTester Not Resizing Examples on Rotation/Resize (#30376)
Summary: Fixes #30325 After the RNTester redesign, a style started globally caching screen width. This isn't needed, but means that width is incorrect if the device is rotated, or a window is resized. Rely on default layout which will be 100% width instead. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Internal] [Fixed] - Fix RNTester Not Resizing Examples on Rotation/Resize Pull Request resolved: #30376 Test Plan: Tested viewing an example and rotating the device in iOS simulator Reviewed By: rickhanlonii Differential Revision: D25098642 Pulled By: appden fbshipit-source-id: 9acdb656da7de9fda05f6091b36f8d9aa2155524
- Loading branch information