Improve merge on update
This commit is contained in:
@@ -83,10 +83,9 @@ export class OptionStrip extends Component {
|
||||
{
|
||||
flex: 1,
|
||||
justifyContent: "center",
|
||||
// TODO: Setting specific border widths broken in RN 0.49. Enable in RN 0.55 and above?
|
||||
// borderTopWidth: 1,
|
||||
// borderBottomWidth: 1,
|
||||
// borderLeftWidth: 1,
|
||||
borderTopWidth: 1,
|
||||
borderBottomWidth: 1,
|
||||
borderLeftWidth: 1,
|
||||
borderColor: "black",
|
||||
},
|
||||
index === 0 && {
|
||||
|
||||
Reference in New Issue
Block a user