-
Notifications
You must be signed in to change notification settings - Fork 734
[StackAgregator] added onCollapseChanged / onCollapseWillChanged / disablePresses #942
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
[StackAgregator] added onCollapseChanged / onCollapseWillChanged / disablePresses #942
Conversation
…onal prop to stack aggregator. nice to respond to whether the stack is collapsed or not
…all children cards
@bneigher You have 11 lint errors for a missing semicolon. Please fix otherwise it will not pass our CI. |
@Inbal-Tish any updates? Would like change my fork back to the wix head |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Inbal-Tish :( |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Seeing this happen again and again makes me wonder why this is an open source repo? I put time in to add a new feature and it just gets abandoned. |
Hey @bneigher I will take a look now and update soon. |
@ethanshar much appreciated. I understand the crazy times an appreciate you adding this in |
Added the following 2 props to StackAgregator component
onCollapseChanged
(fn): hook to respond upstream to the collapse state of the stack aggregatoronCollapseWillChanged
(fn): hook to respond upstream to beginning of the collapse animation intent of the stack aggregatordisablePresses
(bool) [default: false]: removes the onPress functionality / touchableopacity effect