question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When 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:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
chillios-tscommented, Aug 8, 2019

@songxiaoliang Unfortunately it’s not related to reanimated-bottom-sheet but directly to react-native-gesture-handler https://github.com/kmagiera/react-native-gesture-handler/issues/139

2reactions
songxiaoliangcommented, Aug 29, 2019

@RichardLindhout Portal Can not achieve the effect of coverscreen,example: TabNar, Header

Read more comments on GitHub >

github_iconTop Results From Across the Web

Modal Popup BUG - WordPress.org
Hi, I´m using this plugin in my navbar to create profile popup, but this widget is loading too slow and it shows the...
Read more >
Issues · react-native-modal/react-native-modal - GitHub
An enhanced, animated, customizable Modal for React Native. ... Don't scroll parent component when Modal is opened bug. #710 opened on Nov 10...
Read more >
Severe bug: Modal Interface Contro… | Apple Developer Forums
Severe bug: Modal Interface Controller hangs 100% of the time after waking from complication · 1. Launch sample app. · 2. Present modal...
Read more >
Bootstrap modal bug after manual hide - Stack Overflow
I was trying to make sure that everytime I show a modal dialog, there is no visible dialog. To make this, I'm doing:...
Read more >
Modal - Bootstrap
Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found