torgeadelin/react-native-animated-nav-tab-bar

issue with createNativeStackNavigator on iOS

ciocan opened this issue · 3 comments

When using createNativeStackNavigator from react-native-screens/native-stack
it seems the animated tab bar overlay is on top of everything and any buttons placed on the screens are not interactive.

I noticed when enableScreens() is called the issue starts appearing.

On Android is working fine.

Hi, could you post some steps to reproduce, or some source code.

Thanks!

Sure do, I updated your example here:
https://github.com/ciocan/react-native-animated-nav-tab-bar/blob/main/navigation/AppNavigation.tsx

I added:

import { enableScreens } from 'react-native-screens'
...
enableScreens()
...

Fixed, please update to 3.1.2 and reset cache.
Thanks :)