This repository was archived by the owner on Sep 13, 2020. It is now read-only.
This repository was archived by the owner on Sep 13, 2020. It is now read-only.
Problems with navigator fade in gesture #172
Open
Description
I am using the side menu in combination with Navigator
. Everything works fine with gesturesEnabled={false}
for this view but only the "swipe to go back" gesture is making trouble. During the swipe back animation the back view translates from an opacity of 0 to an opacity of 1. The thing is that in the background of the back view I can see my side menu having an opacity of 1. Did anyone of you guys ever had the same issue and has a clue how to solve this? What I basically want is the side menu not to be visible during the swipe animation.