NS 2.4 all
Using selectedBackgroundColor will lose the ripple effect. Tested on Android 6.0
This issue with the button fix many versions ago might help in fixing. #1296
CC: @enchev - you might remember this better than anyone 😄
Good
<SegmentedBar>
<SegmentedBar.items>
<SegmentedBarItem title="Yesterday" />
<SegmentedBarItem title="Today" />
<SegmentedBarItem title="Tomorrow" />
</SegmentedBar.items>
</SegmentedBar>
Broken
<SegmentedBar selectedBackgroundColor="red">
<SegmentedBar.items>
<SegmentedBarItem title="Yesterday" />
<SegmentedBarItem title="Today" />
<SegmentedBarItem title="Tomorrow" />
</SegmentedBar.items>
</SegmentedBar>

Reactions are currently unavailable
NS 2.4 all
Using selectedBackgroundColor will lose the ripple effect. Tested on Android 6.0
This issue with the button fix many versions ago might help in fixing. #1296
CC: @enchev - you might remember this better than anyone 😄
Good
Broken