react-native-segmented-control/segmented-control

set backgroundColor

erikaperugachi opened this issue ยท 13 comments

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

On Android is ok!

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

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

mtnt commented

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",

I do have the same issue, with version 2.4.0

any update ?

Same issue with white color ๐Ÿ‘

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

I have the same problem

Looks like a much needed thing that is missing

@Naturalclar can you please help us?

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?