react-native-segmented-control / segmented-control

React Native SegmentedControl library
MIT License
565 stars 86 forks source link

set backgroundColor #127

Open erikaperugachi opened 4 years ago

erikaperugachi commented 4 years ago

Try to set backgroundColor={'white'}, in iOS doesn't show white color (you can see light gray).

On Android is ok!

mike-skwi commented 3 years ago

Any update on this? I'm still having this issue.

DakshChhokra commented 3 years ago

Yeah still have the same issue - Any ideas of what we can do to mitigate this @harisbaig100 ? Thanks!

mtnt commented 3 years ago

It`s not with white color only. I used #f1f9f8 and it seems like dirty, I mean darker than expected

"react-native": "0.64.2", "@react-native-segmented-control/segmented-control": "2.4.0",

christophemenager commented 3 years ago

I do have the same issue, with version 2.4.0

Bamatthieu commented 2 years ago

any update ?

mikekreeki commented 2 years ago

Same issue with white color 👍

srithar21 commented 2 years ago

Hi All, I am facing this issue on React native 0.69.2 and segemented control 2.4.0. Any fix on ths?

riledv commented 2 years ago

I have the same problem

Looks like a much needed thing that is missing

@Naturalclar can you please help us?

alexpchin commented 2 years ago

The issue is that the SegmentControl.ios.js is. taking precedence over SegmentControl.js. You can just rename this package to use the Android version and use patch-package.

I'm not actually sure why we need both?

ycvictor commented 2 months ago

Same issue with the white color