Skip to content
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

Prevented NavigationBar error on API < 34 (Android) #800

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

grahammendick
Copy link
Owner

Fixes #799

Replaced call to requireNonNullElseGet with if/ternary

This call isn't available in android api < 34 so just used if/ternary instead. It's clearer without it anyway
@grahammendick grahammendick merged commit b91673f into master Aug 22, 2024
@grahammendick grahammendick deleted the issue-799 branch August 22, 2024 14:50
@grahammendick grahammendick changed the title Prevented NavigationBar error on API < 34 Prevented NavigationBar error on API < 34 (Android) Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android crash error NoSuchMethodError com.navigation.reactnative.ToolbarView in setTintColor
1 participant