callstack / callstack/react-native-pager-view

Tab freezes when changing name [Android]

Open
#968 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.4k
Forks
476
Avg merge
10d 21h
Merged PRs (30d)
2

Description

## Environment

In 6.6.0 It works
In 6.6.1 It doesn't works

## Description

In 6.6.0 when you change a Tab.Screen name it resolved changing to the first tab without problems
In 6.6.1 when you change a Tab.Screen name it resolves it to the first tab but tab is completely freezen

## Reproducible Demo

```
const Tab = createMaterialTopTabNavigator();

const OrdersTabs = (_props: StackRootNavigatorProps) => {
const referencesReferences = useReferences(state => state.referencesReferences);

return (




);
};
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the provided createMaterialTopTabNavigator example on Android with React Native Pager View 6.6.0 and 6.6.1, changing the Tab.Screen name as shown. Trace the freeze after navigation resolves to the first tab; done means the tab remains interactive when the screen name changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, react-native, typescript
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.