We have an issue where we need to track whether our bottom sheet is maximised or minimised in our app. The sheet is always open but can be either full screen or minimal at the bottom of the screen. We are trying to use onSpringEnd to set a local state but when we do this, the re-render seems to conflict with the sheet and causes it to jump back to its previous snap point?
We have an issue where we need to track whether our bottom sheet is maximised or minimised in our app. The sheet is always open but can be either full screen or minimal at the bottom of the screen. We are trying to use onSpringEnd to set a local state but when we do this, the re-render seems to conflict with the sheet and causes it to jump back to its previous snap point?