Modal bug
See original GitHub issueWhen I put the bottomsheet into Modal, iOS can slide normally, Android can’t slide。
<Modal> <> <Animated.Code exec={onChange( this.clampedDrawerCallbackNode, block([ cond( greaterOrEq(this.clampedDrawerCallbackNode, 1), call([], () => { console.log(
[${new Date()}] Drawer closed) }) ), cond( lessOrEq(this.drawerCallbackNode, 0), call([], () => { console.log(
[${new Date()}] Drawer opened) }) ), ]) )} /> <BottomSheet callbackNode={this.drawerCallbackNode} renderContent={() => <Content />} renderHeader={() => <Header />} snapPoints={[230, 0]} /> </> </Modal>
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
@songxiaoliang Unfortunately it’s not related to
reanimated-bottom-sheet
but directly toreact-native-gesture-handler
https://github.com/kmagiera/react-native-gesture-handler/issues/139@RichardLindhout Portal Can not achieve the effect of coverscreen,example: TabNar, Header