Default background is not rgb(255, 255, 255)

Author: y-nkCreated Aug 17, 2026Updated Aug 27, 2026
Labelsbugneeds reproplatform:androidplatform:ios

Current behavior

Default background color is rgb(242, 242, 242)

Expected behavior

Default background color should be transparent or at least a plain white

Reproduction

https://github.com/react-navigation/react-navigation/blob/999fc2c914f592618921923bbe6e986a7f78ec9a/packages/native/src/theming/LightTheme.tsx#L9

Platform

  • Android
  • iOS
  • Web
  • Windows
  • MacOS

Packages

  • @react-navigation/bottom-tabs
  • @react-navigation/drawer
  • @react-navigation/material-top-tabs
  • @react-navigation/stack
  • @react-navigation/native-stack
  • react-native-drawer-layout
  • react-native-tab-view

Environment

  • I've removed the packages that I don't use
package version
@react-navigation/native 7.2.2

Source: react-navigation/react-navigation