hoaphantn7604 / react-native-curved-bottom-bar

A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
MIT License
479 stars 98 forks source link

Change "line" color #40

Closed Lucasmellof closed 2 years ago

Lucasmellof commented 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

image

hoaphantn7604 commented 2 years ago

Hi @Lucasmellof , Can you set strokeWidth={0} to disable line.

Lucasmellof commented 2 years ago

I opened a PR adding an option to change the color: https://github.com/hoaphantn7604/react-native-curved-bottom-bar/pull/41