gorhom/react-native-animated-tabbar

Onpress not fire in expo40 sdk

simonelp opened this issue · 0 comments

Bug

Since I upgraded to expo40, when I activate the "Remote debug" mode from the expo menu within the application, my bar items are not clickable and do not trigger on press. The strange thing is that if I deactivate "Remote debug" it works correctly.
these are the versions of react navigator

@react-navigation/bottom-tabs: "^5.11.2",
@react-navigation/native: "^5.8.10",
@react-navigation/stack: "^5.12.8",

Here is my component

 <AnimatedTabBar
    itemOuterSpace={10}
    itemContainerWidth="fill"
    style={{
      borderTopWidth: 0.5,
    }}
    iconSize={22}
    preset="flashy"
    tabs={tabs}
    {...props}
  />

Environment info

| Library | Version |
| @gorhom/animated-tabbar | 2.1.0 |
| react-native | expo40 |
| react-native-reanimated | ~1.13.0 |
| react-native-gesture-handler | ~1.8.0 |
| react-native-svg | 12.1.0 |