mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 01:37:47 +00:00
rn: refactor BottomSheet
Avoid using a Modal since those create trouble with the view hierarchy.
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
89719520e2
commit
70dc22c107
@@ -162,6 +162,7 @@ export default class SlidingView extends PureComponent<Props, State> {
|
||||
<View style = { styles.sliderViewShadow } />
|
||||
</TouchableWithoutFeedback>
|
||||
<Animated.View
|
||||
pointerEvents = 'box-none'
|
||||
style = { this._getContentStyle() }>
|
||||
{ this.props.children }
|
||||
</Animated.View>
|
||||
|
||||
Reference in New Issue
Block a user