Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 610 Bytes

Test patch

  1. Install dependencies

    yarn
  2. Start the app

     yarn ios
  3. Tap the buttons on the screen. Notice how "light" and "dark" work as expected, but "null" and "undefined" make the current theme "null" and "undefined" respectively, instead of showing what the OS theme is.

  4. Apply the patch

    npx patch-package
  5. Close the app and stop metro.

  6. Start the app again

     yarn ios
  7. Tap the buttons on the screen. Notice how "light" and "dark" work as expected, and "null" and "undefined" now show the OS theme.