We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fce48 commit 1bef6fcCopy full SHA for 1bef6fc
src/fields/picker/index.js
@@ -54,11 +54,11 @@ export default class PickerField extends Component {
54
}
55
return (
56
<View
57
- style={Object.assign(styles.pickerMainIOS, {
58
- backgroundColor: theme.pickerBgColor,
59
- borderBottomColor: theme.inputBorderColor,
60
- borderBottomWidth: theme.borderWidth,
61
- })}
+ style={{...styles.pickerMainIOS,
+ backgroundColor: theme.pickerBgColor,
+ borderBottomColor: theme.inputBorderColor,
+ borderBottomWidth: theme.borderWidth,
+ }}
62
>
63
<TouchableOpacity
64
onPress={() => this.panel.toggle()}
@@ -100,4 +100,4 @@ export default class PickerField extends Component {
100
101
);
102
103
-}
+}
0 commit comments