File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,7 @@ class SimplePicker extends Component {
207
207
} ;
208
208
209
209
return (
210
- < SafeAreaView >
211
- < Modal
210
+ < Modal
212
211
transparent = { true }
213
212
visible = { modalVisible }
214
213
onRequestClose = { this . onPressCancel }
@@ -219,6 +218,7 @@ class SimplePicker extends Component {
219
218
< View style = { this . styles . overlayContainer } />
220
219
</ TouchableWithoutFeedback >
221
220
}
221
+ < SafeAreaView >
222
222
< Animated . View style = { [ this . styles . modalContainer , transformStyle ] } >
223
223
< View style = { this . styles . buttonView } >
224
224
< TouchableOpacity onPress = { this . onPressCancel } >
@@ -243,8 +243,8 @@ class SimplePicker extends Component {
243
243
</ Picker >
244
244
</ View >
245
245
</ Animated . View >
246
+ </ SafeAreaView >
246
247
</ Modal >
247
- </ SafeAreaView >
248
248
) ;
249
249
}
250
250
}
You can’t perform that action at this time.
0 commit comments