-
### Current Behavior
- Pushed screen header title (‘Profile Details') is behind tab screen header title but close button is visible
![tabheader](https://user-images.githubusercontent.com/14576761/32…
-
### Is this a bug report?
Yes
### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)?
Yes
### Environment
Environmen…
-
Hello,
I am following the CustomTab example but can't get it to work. It show the message mentioned on the title.
```
undefined is not an object (evaluating 'nextState.routes.forEach')
```
He…
-
### Current Behavior
- What code are you running and what is happening?
I have copied part of a code from Spencer. About Auth Flow. All works nice before my custom SignedIn stack made as:
…
-
Hi, guys:
Thanks for the great project.
There are two modes in my app to show its color. One is the normal mode, the other is the night
mode. When I click the night mode button, I want to…
ztplz updated
6 years ago
-
# Objective: update tabBar Labels dynamically
I use `this.props.navigation.setParams` but I find no clear example on how it will update the tabBar labels (*I found examples but from 1 to another I …
-
I want to hide header only when opening drawer.
`const TabBaseApp = TabNavigator({
[screens.MY_HOME]: {
screen: Home
},
[screens.TOOL]: {
screen: Tool
}
}, {
tabBarCompone…
-
### Current Behavior
The app crashes with the following error:
![26142530_1521800654535146_489331505_o](https://user-images.githubusercontent.com/34254918/34373214-79b30820-ea9f-11e7-9d1c-40757797…
-
I want to achieve collapsible TabNavigator
### Current Behavior
- I have used position : 'absolute' style for the tabContainer and paddingTop for the FlatList in order to make the collapsible effe…
-
Hi, I created a component based on exemple `CustomTabs.js`, how can I pass a custom title or label for each route for my *custom tab bar*.
Like this:
```
const TabRouterConfig = TabRouter({
C…