picker icon indicating copy to clipboard operation
picker copied to clipboard

how can i set the background color to transparent

Open IshaTyagi opened this issue 4 years ago • 10 comments

Version: 1.14.0 Code:

<Picker selectedValue={hours} onValueChange={handleHourChanged} itemStyle={{ textAlign: "center", }} > //PickerItems {hour.map(v => { return <Picker.Item label={v.toString()} value={v} />; })} </Picker>

Actual Screenshot: image

Expected: image

IshaTyagi avatar Apr 09 '21 19:04 IshaTyagi

I have the same request

CDBridger avatar Apr 15 '21 04:04 CDBridger

Also, if it's possible to add possibility to change borderRadius.

rusakovic avatar Apr 21 '21 13:04 rusakovic

@rusakovic Did you find a solution for applying a border radius?

ctwillie avatar Jul 01 '21 14:07 ctwillie

@IshaTyagi you ever find a workaround for this?

Brendobrien avatar Nov 26 '21 18:11 Brendobrien

If any of you find a solution let me know

faz919 avatar Mar 16 '22 11:03 faz919

+1

brandon-austin-lark avatar Sep 16 '22 16:09 brandon-austin-lark

Also trying to get this sort of view, even the example and the iOS Picker doesn't seem to work

gremlin529 avatar Feb 14 '23 00:02 gremlin529

Try setting the selectionColor prop to something like #ffffff10.

PierrotAWB avatar Oct 19 '23 20:10 PierrotAWB

Like this selectionColor="rgba(0, 0, 0, 0.3)"

AlexNolasco avatar Nov 01 '23 15:11 AlexNolasco

Same request for both transparent background and border radius manipulation please.

hcbreedl avatar Mar 20 '24 14:03 hcbreedl