-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
feat: add buttons to hide/show ui #632
Conversation
<TouchableOpacity | ||
style={{ | ||
position: 'absolute', | ||
bottom: uiHidden ? 56 + insets.bottom : 16, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in the future it might be useful to make it draggable (like android notification bubbles), in case it overlaps with buttons of a story component.
thanks for all the feedback @tlow92 I definitely apply those and iterate a bit further to see what I can come up with |
I think this is in a good place now, it would be cool to move it around but I'm thinking of adding that later To hide this button you can use the following parameter, either globally in preview or at a story level
|
Issue:
What I did
How to test
Please explain how to test your changes and consider the following questions
If your answer is yes to any of these, please make sure to include it in your PR.