Closed Lucasmellof closed 2 years ago
Hi,
I'd like to change (or disable) the line color of the navigator. I use dark colors on my app and it is a little bit strange to have a white line.
https://github.com/hoaphantn7604/react-native-curved-bottom-bar/blob/8f1a7cb2a601693be52b1526b287886b4c101016/src/CurvedBottomBar/components/navigator/index.tsx#L122
Hi @Lucasmellof , Can you set strokeWidth={0} to disable line.
I opened a PR adding an option to change the color: https://github.com/hoaphantn7604/react-native-curved-bottom-bar/pull/41
Hi,
I'd like to change (or disable) the line color of the navigator.
I use dark colors on my app and it is a little bit strange to have a white line.
https://github.com/hoaphantn7604/react-native-curved-bottom-bar/blob/8f1a7cb2a601693be52b1526b287886b4c101016/src/CurvedBottomBar/components/navigator/index.tsx#L122