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

feat(Android): added navigationBarTranslucent option #11998

Merged

Conversation

alduzy
Copy link
Contributor

@alduzy alduzy commented May 21, 2024

Motivation

This PR intents to enable navigation bar translucency control. You can find more about this feature here

Test plan

Play around with following screen options:

  <Stack.Navigator
    screenOptions={{
      navigationBarColor: 'transparent',
      navigationBarTranslucent: true,
      navigationBarHidden: false,
    }}>

Copy link

Hey @alduzy! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read our contribution guidelines.

Copy link

netlify bot commented May 21, 2024

Deploy Preview for react-navigation-example ready!

Name Link
🔨 Latest commit 713af9b
🔍 Latest deploy log https://app.netlify.com/sites/react-navigation-example/deploys/66743f09bafeaf000811f6c7
😎 Deploy Preview https://deploy-preview-11998--react-navigation-example.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@satya164 satya164 enabled auto-merge (squash) June 20, 2024 14:37
@satya164 satya164 disabled auto-merge June 20, 2024 14:38
@satya164 satya164 enabled auto-merge (squash) June 20, 2024 14:38
@satya164 satya164 merged commit 2864b6c into react-navigation:main Jun 20, 2024
8 checks passed
@alduzy alduzy deleted the @alduzy/navigation-bar-translucent branch June 20, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants