-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Light & Animated Flag not working in 2.0.2 #62
Comments
Hi, @mcritter42 – The issue you're experiencing is due to a change in the Android APIs. The method used by this library to change the nav bar icons from light to dark doesn't seem to work for API level 30 (Android 11) or greater. I was able to fix the issue by applying the following patch:
@thebylito – I'm happy to submit a PR for this change if you're interested in doing a new release. Just let me know. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on version 2.0.2 the light flag nor the animated flag are working as expected, would always revert to the defaults.
experienced on android 13 pixel 6 using react-native 0.70.6.
changeNavigationBarColor(
'#FFFFFF',
true
true,
);
The text was updated successfully, but these errors were encountered: