File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
package/src/components/UIComponents Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ export const BottomSheetModal = (props: PropsWithChildren<BottomSheetModalProps>
119119 } ) ;
120120
121121 return (
122- < Modal animationType = 'fade' onRequestClose = { handleDismiss } transparent visible = { visible } >
123- < GestureHandlerRootView style = { { flex : 1 } } >
122+ < GestureHandlerRootView style = { { flex : 1 } } >
123+ < Modal animationType = 'fade' onRequestClose = { handleDismiss } transparent visible = { visible } >
124124 < TouchableWithoutFeedback onPress = { handleDismiss } >
125125 < View style = { [ styles . overlay , { backgroundColor : overlay } , overlayTheme ] } >
126126 < GestureDetector gesture = { gesture } >
@@ -143,8 +143,8 @@ export const BottomSheetModal = (props: PropsWithChildren<BottomSheetModalProps>
143143 </ GestureDetector >
144144 </ View >
145145 </ TouchableWithoutFeedback >
146- </ GestureHandlerRootView >
147- </ Modal >
146+ </ Modal >
147+ </ GestureHandlerRootView >
148148 ) ;
149149} ;
150150
You can’t perform that action at this time.
0 commit comments