Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 419 Bytes

Window vs. Screen (React Native)

Run It:

yarn && react-native run-ios --simulator 'iPad Pro (10.5-inch)'

What to Look For:

  1. When running in full screen, window and screen dimensions should be equal.
  2. When running in split view, window should represent the app/window dimensions (smaller) and screen dimensions should represent the full screen.

Screenshot:

Screenshot