aksonov / aksonov/react-native-router-flux

Navigate between different pages in router flux

Offen
#3,577 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
8.9k
Forks
2.1k
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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)

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.