Greetings. Question for those who use react native.
In my continuation, navigation between screens is implemented using react-native-navigation. When you go to another page, there is a slide to the right and when you go back, slide to the left, respectively. I also have a custom floating navbar. So, I need that during the transition, the navbar remains in place, is fixed, and the page is moving.
How can this be implemented, where to dig to achieve the goal? Tell.
Thanks.