-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
How add button on tab bar to open #3041
Comments
I found the solution... tabBarOnPress on the Tabs did the trick. This is my code:
I hope this could be helpful for somebody :) I close this issue |
component={Blank} is not defined with the above solution. |
tabBarOnPress={ ({ scene, jumpToIndex }) scene is undefined. Can you reopen this issue? |
this can be fixed by using the following code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Tell us which versions you are using:
Expected behaviour
I want to open drawer with a button on the right of my bottom tabbar
Actual behaviour
Currently this is my Router code:
Steps to reproduce
I tried the solution of the next link, but I got a white screen and DefaultRenderer is not found with V4 version: TabBar with Button for DrawerMenu? #1744
I tried too another solution: DefaultRenderer in v4 #2710 and I could see my view but the Drawer is not rendered .
I need help to solve this problem.
Thanks!!!
The text was updated successfully, but these errors were encountered: