We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Android, changing the color scheme via Appearance.setColorScheme does not update the color of the tabs.
Appearance.setColorScheme
A workaround is updating the key of the Tabs component.
0.78
System: OS: macOS 15.1.1 CPU: (10) arm64 Apple M1 Max Memory: 241.77 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.16.0 path: ~/.nvm/versions/node/v20.16.0/bin/node Yarn: version: 1.22.19 path: /opt/homebrew/bin/yarn npm: version: 10.8.1 path: ~/.nvm/versions/node/v20.16.0/bin/npm Watchman: version: 2024.12.02.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.2 - iOS 18.2 - macOS 15.2 - tvOS 18.2 - visionOS 2.2 - watchOS 11.2 Android SDK: API Levels: - "33" - "34" - "35" Build Tools: - 34.0.0 - 35.0.0 System Images: - android-35 | Google Play ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2024.2 AI-242.21829.142.2421.12409432 Xcode: version: 16.2/16C5032a path: /usr/bin/xcodebuild Languages: Java: version: 21.0.5 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.3 wanted: ^15.1.3 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.5 wanted: 0.76.5 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true
https://github.com/KamenKolev/bug-react-native-bottom-tabs
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue, I was able to reproduce it.
I will investigate it further
Sorry, something went wrong.
No branches or pull requests
Before submitting a new issue
Bug summary
On Android, changing the color scheme via
Appearance.setColorScheme
does not update the color of the tabs.Screen.Recording.2025-01-04.at.14.39.22.mov
A workaround is updating the key of the Tabs component.
Library version
0.78
Environment info
Steps to reproduce
Reproducible sample code
https://github.com/KamenKolev/bug-react-native-bottom-tabs
The text was updated successfully, but these errors were encountered: