File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Libraries/Components/ScrollView Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ const AndroidHorizontalScrollViewNativeComponent: HostComponent<Props> =
3636 snapToStart : true ,
3737 snapToOffsets : true ,
3838 contentOffset : true ,
39+ borderBottomLeftRadius : true ,
40+ borderBottomRightRadius : true ,
41+ borderRadius : true ,
42+ borderStyle : true ,
43+ borderRightColor : { process : require ( '../../StyleSheet/processColor' ) } ,
44+ borderColor : { process : require ( '../../StyleSheet/processColor' ) } ,
45+ borderBottomColor : { process : require ( '../../StyleSheet/processColor' ) } ,
46+ borderTopLeftRadius : true ,
47+ borderTopColor : { process : require ( '../../StyleSheet/processColor' ) } ,
48+ removeClippedSubviews : true ,
49+ borderTopRightRadius : true ,
50+ borderLeftColor : { process : require ( '../../StyleSheet/processColor' ) } ,
3951 } ,
4052 } ) ) ;
4153
You can’t perform that action at this time.
0 commit comments