GeekyAnts / vue-native-router

37 stars 24 forks source link

Back arrow does not appear automatically when using react navigation #6

Closed EddyTheDove closed 6 years ago

EddyTheDove commented 6 years ago

When navigating between screens from the Drawer using react navigation, back arrow does not appear automatically.

neeraj-singh47 commented 6 years ago

@EddyTheDove Can you explain a little more about the issue?

EddyTheDove commented 6 years ago

I am on screen A, I navigate to screen B by clicking on a menu item in Drawer.

Expectation: Screen B navigation should display the back arrow Actual: Screen B navigation does not display the back arrow

neeraj-singh47 commented 6 years ago

@EddyTheDove You are not navigating from screen A to screen B directly from screen A right? You navigate to screen B through a drawer like sidebar?

EddyTheDove commented 6 years ago

Yes, I do navigate through a drawer. I expect the app to behave exactly like Google Maps. On Google Maps, if you open a link from the drawer, you have the back button.

neeraj-singh47 commented 6 years ago

@EddyTheDove You'll have to manually add those buttons. The buttons are not displayed by default when navigating through drawer

EddyTheDove commented 6 years ago

ok Thank you.