microsoft / WebTemplateStudio

Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
https://aka.ms/webtsinstall
MIT License
2.02k stars 204 forks source link

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

Open prupipho opened 3 years ago

prupipho commented 3 years ago

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-