-
Notifications
You must be signed in to change notification settings - Fork 225
Extra black screen during sharing #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also have make tiny react native app for this issue where this issue can be elaborted easily here is the repo you can just fork this repo and then WhatsApp.Video.2021-01-28.at.3.34.43.PM.mp4 |
Hello @abhi0504, sorry for the delay. Were you able to determine what the issue was with the code? The Android is a custom implementation which would explain why iOS worked fine. Is it possible you could make a snack for this so it's easier to troubleshoot? |
Hey @bradbyte I think the issue is when we click on |
Facing the same issue 👍 |
I'm facing the same issue. Seems to happen with any other modal (Share, camera, etx.), that is presented on top of this actionSheet. |
😢 Sorry I never followed up with this -- I am able to replicate this. I'm not sure why the setTimeout works. One possible solution is to wrap the callback internally in a setTimeout so you don't have to, or at the least update the docs so it can help guard against this. @kaushil111 @J-Bossi @abhi0504 were you ever able to figure out anything more on this? |
@kaushil111 @J-Bossi @abhi0504 I pushed up a branch that should fix this. If you have a second, would you care to pull it in and see if it resolves your issue? Thank you! |
Awesome! Thanks a lot! Will take a look 👍 |
# [3.13.0](v3.12.0...v3.13.0) (2022-01-10) ### Bug Fixes * defer calling onSelect until after animation ([#248](#248)) ([1fb3411](1fb3411)), closes [#203](#203) * stabilize the identity of the context provider value ([#251](#251)) ([55005ba](55005ba)) ### Features * support closing actionsheet with Esc key on web ([#247](#247)) ([c4c3f8b](c4c3f8b)), closes [#194](#194)
🎉 This issue has been resolved in version 3.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.13.0](expo/react-native-action-sheet@v3.12.0...v3.13.0) (2022-01-10) ### Bug Fixes * defer calling onSelect until after animation ([#248](expo/react-native-action-sheet#248)) ([1fb3411](expo/react-native-action-sheet@1fb3411)), closes [#203](expo/react-native-action-sheet#203) * stabilize the identity of the context provider value ([#251](expo/react-native-action-sheet#251)) ([55005ba](expo/react-native-action-sheet@55005ba)) ### Features * support closing actionsheet with Esc key on web ([#247](expo/react-native-action-sheet#247)) ([c4c3f8b](expo/react-native-action-sheet@c4c3f8b)), closes [#194](expo/react-native-action-sheet#194)
Hi ,
I am one of contributor of Zulip and we are using
@expo/react-native-action-sheet
in our zulip/zulip-mobile repo .
One of our member reported an issue here so on working on that we had confirmed that there is a problem in
@expo/react-native-action-sheet
by making a tiny react app using this library .In short the problem is that when we long press on a message in our app then a messageActionList is opened and then when we click on
Share
option then it tooks an extra black screen to share. Detailed explaination of this issue is here Also you can reffer our chat when we try to debug this issue hereThe text was updated successfully, but these errors were encountered: