Skip to content

Bottom tab navigation doesn´t change text colour when selected #1832

@prupipho

Description

@prupipho

Existing issue in RN backlog: Update to 0.64: Bottom tab navigation doesn´t change text colour when selected

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. Create new app using latest version and typescript running:
    npx react-native init MyTSApp --template react-native-template-typescript cd MyTSApp
  2. Move to folder with cd MyTsApp and run npx react-native-windows-init --overwrite --language cs
  3. Install react-navigation and needed dependencies for it. See zip file for package.json.
  4. Update App.tsx with a basic app with 2 screens. See zip file for App.tsx.
  5. yarn android. See in the image below that Home is in blue.
  6. yarn windows. See image below and notice that Home is still in black even if it´s the active Screen.

Expected Results

We expect that the bottom tab for the active Screen displays in blue.

Screenshots

Android app displays in the Emulator:
React-Navigation-2021-04-09 TextColorNotWorkingWindows

Windows app displays in the Emulator:
React-Navigation-2021-04-09 TextColorNotWorkingWindows-

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions