File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export const ReferenceSelector = {
5454 } ,
5555 /* New dropdown styles start */
5656 valueContainer : {
57- // All ViewStyle properties & rippleColor are allowed
57+ // All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
5858 } ,
5959 valueContainerDisabled : {
6060 // All ViewStyle properties are allowed
@@ -69,7 +69,7 @@ export const ReferenceSelector = {
6969 backgroundColor : input . backgroundColor
7070 } ,
7171 itemContainer : {
72- // All ViewStyle properties are allowed
72+ // All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
7373 maxWidth : 500 ,
7474 paddingVertical : 6 ,
7575 paddingHorizontal : 16 ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const ReferenceSelector: DropDownType = {
5858 } ,
5959 /* New dropdown styles start */
6060 valueContainer : {
61- // All ViewStyle properties & rippleColor are allowed
61+ // All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
6262 } ,
6363 valueContainerDisabled : {
6464 // All ViewStyle properties are allowed
@@ -73,7 +73,7 @@ export const ReferenceSelector: DropDownType = {
7373 backgroundColor : input . backgroundColor
7474 } ,
7575 itemContainer : {
76- // All ViewStyle properties are allowed
76+ // All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
7777 maxWidth : 500 ,
7878 paddingVertical : 6 ,
7979 paddingHorizontal : 16 ,
You can’t perform that action at this time.
0 commit comments