Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onpress not fire in expo40 sdk #95

Open
simonelp opened this issue Jan 6, 2021 · 0 comments
Open

Onpress not fire in expo40 sdk #95

simonelp opened this issue Jan 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@simonelp
Copy link

simonelp commented Jan 6, 2021

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 |

@simonelp simonelp added the bug Something isn't working label Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant