Closed iamshrikantjha closed 1 year ago
@RichardLindhout Here is a reproducible example using expo init
. https://github.com/iM-GeeKy/test
Here is a video of the minimal example run on a Pixel 5a, but it can be reproduced on iOS simulator as well.
https://user-images.githubusercontent.com/7604441/167399630-0540b1b7-4ce4-46a7-a771-ff17ad701b0d.mp4
https://github.com/web-ridge/react-native-paper-tabs/pull/41 should address this issue on the mobile side.
Is this still happening? There were some upgrades
Problem: I have build a structure using react-native-paper bottom navigation. One of the bottom tabs is ''Info" which is implemented using react-native-paper-tabs. It works fine when I get into it, but gives error when I switch back to my bottom tab navigator
For example Home -> Info (Works fine) {Also the swipe is working fine } ------x (Switching back to any bottom navigator option produces the error.)----
Now if I will try to switch back to any screen other than "Info" tab it will give error.
Thanks in advance.