aksonov / aksonov/react-native-router-flux

Navigate between different pages in router flux

Aberta
#3,577 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
JavaScript
Estrelas
8.9k
Forks
2.1k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

hi every one.
I put the inside the App.js file of my drawer program and tab inside a router as follows.

```













```
Based on this code we get the following ui
![](http://uupload.ir/files/10yd_capture.jpg)
Which has a lower Tab and a Drawer that is code inside App.js. Now inside one of these lower items we created a new Router and left the pages for it so that we could create a stack in this Router but also. For example, one of the lower Tab items in App.js is Profiles. (Profile.js) We coded it inside the profile like that.

```
export default ProfileNavigator = () => (






);
```
The problem now is that when we enter the profile page according to this image.
![](http://uupload.ir/files/djrj_capture۲.jpg)
Drawer and other TAB items no longer work, Now my question is, what can I do to fix this problem? Thanks.
Of course, the structure of said files is as follows.
![](http://uupload.ir/files/onf_captur.jpg)

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.