Stack Navigator Question and the Native Gesture

Hi guys,

I am trying to use Stack Navigator for my mobile app. I designed to use it after the user logged in. However, it seems that I cannot navigate the page within the stack navigator if the screen is outside the navigator. Is it the limitation of that?

Besides, if it is possible to adjust the native reaction of the screen. For example, if I click the button at the left, the screen can move from left to right, instead of moving from right to left.

Thanks!

Hi,

The Stack Navigator only works for screens located in it.

You can only change the values of Navigator properties if there are properties in the properties panel or blocks for this purpose.

Thanks! I guess I can only ignore it the swipe direction at this moment.