After facing this issue where the tabs wouldn't swipe or respond to clicks when parsedResponse was passed as a parameter, I implemented a temporary workaround. Instead of using createMaterialTopTabNavigator, I used a FlatList to replicate the tab UI look and feel.
While this approach doesn't provide the swiping functionality, it allowed me to achieve the desired look. If anyone knows the solution to the original issue or has insights into why this behavior occurs, please share your thoughts.
I'd appreciate any advice or fixes for getting createMaterialTopTabNavigator to work properly with dynamic data passed as a parameter.