diff --git a/src/index.js b/src/index.js index bcbc93e8..a6cc551f 100644 --- a/src/index.js +++ b/src/index.js @@ -428,40 +428,45 @@ export default class RNPickerSelect extends PureComponent { > {this.renderTextInputOrChildren()} - - { - this.togglePicker(true); - }} - /> - {this.renderInputAccessoryView()} - - + - {this.renderPickerItems()} - + { + this.togglePicker(true); + }} + /> + {this.renderInputAccessoryView()} + + + {this.renderPickerItems()} + + + - + )} + ); }