From ccb4a317939d8e7430f48aa4d11245bae4cffb05 Mon Sep 17 00:00:00 2001 From: humadhome Date: Thu, 7 Oct 2021 21:49:10 -0700 Subject: [PATCH] Fixed ios modal --- src/index.js | 69 ++++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 32 deletions(-) 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()} + + + - + )} + ); }