A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
MIT License
479
stars
98
forks
source link
Warning: Each child in a list should have a unique "key" prop. Check the render method of `ForwardRef`. See https://reactjs.org/link/warning-keys for more information. Screen #32
I am getting this warning in the react native while using this library.
My code for the navigator
<CurvedBottomBar.Navigator
ref={ref}
screenOptions={{
headerShown: false,
tabBarShowLabel: false,
}}
I am getting this warning in the react native while using this library. My code for the navigator <CurvedBottomBar.Navigator ref={ref} screenOptions={{ headerShown: false, tabBarShowLabel: false, }}
I am not understanding where i have to put the key in this code. Please provide me some solution for it.