WebTemplateStudio
WebTemplateStudio copied to clipboard
Bottom tab navigation doesn´t change text colour when selected
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.
- Create new app using latest version and typescript running:
npx react-native init MyTSApp --template react-native-template-typescript cd MyTSApp - Move to folder with
cd MyTsAppand runnpx react-native-windows-init --overwrite --language cs - Install react-navigation and needed dependencies for it. See zip file for package.json.
- Update
App.tsxwith a basic app with 2 screens. See zip file for App.tsx. yarn android. See in the image below that Home is in blue.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:

Windows app displays in the Emulator:
