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

Bottom bar overlapping screen #52

Closed
Eric0117 opened this issue Mar 24, 2022 · 1 comment · Fixed by #56
Closed

Bottom bar overlapping screen #52

Eric0117 opened this issue Mar 24, 2022 · 1 comment · Fixed by #56

Comments

@Eric0117
Copy link

When i set bottomBarContainerStyle to absolute, bottom bar overlap screen.

bottomBarContainerStyle={{ position: 'absolute', bottom: 0, left: 0, right: 0, }}

If i unset bottomBarContainerStyle, looks weird..
image

If i set bottomBarContainerStyle to absolute,
overlap flatlist and scrollbar.
image

How can i fix this?

and also, focusedButtonStyle's shadow options are doesn't work.

@Jm-Zion
Copy link
Owner

Jm-Zion commented Mar 25, 2022

Hello,
Indeed you have to set bottomBarContainerStyle, but focusedButtonStyle shadow should work, need to investigate this one 🤔

Jm-Zion added a commit that referenced this issue Apr 23, 2022
closes #52 

Co-authored-by: Jérémy Barbe <jeremy@winzana.com>
Co-authored-by: codefactor-io <support@codefactor.io>
Jm-Zion pushed a commit that referenced this issue Apr 23, 2022
## [2.1.3](v2.1.2...v2.1.3) (2022-04-23)

### Bug Fixes

* **button:** pass focused button style to FabBarButton ([#56](#56)) ([f680021](f680021)), closes [#52](#52)
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 a pull request may close this issue.

2 participants