aksonov / aksonov/react-native-router-flux

Actions.currentScene in Tabs with tabBarComponent will get wrong scene name

Open
#3,534 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8.9k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Description

### Version
Tell us which versions you are using:
- react-native-router-flux 4.0.6
- react 16.8.6
- react-native 0.60.4

### Expected behaviour
Actions.currentScene should be get correct scene name.

### Actual behaviour
But it get `_SceneName` not `SceneName`

### Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.
2.
3.

### Reproducible Demo
1. App.js
```






```
2. Home.js & Profile.js
```

Home

```
```

Profile

```
3. Footer.js
```

Actions.jump('Home')}>

Actions.jump('Profile')}>


```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.