Double tapping a button triggers the create new, go to view, etc. which does the action twice - like adding two of the same view to the stack. This screws up navigation and so many other things.
Any ideas on how to solve this?
The only thing I can think of is a bit janky…and it would be time consuming to add all over my app - which is: add a deactivate button state and add a WF which toggles at beggining and end of WF.
This was never a problem on web. I wonder if there’s a react native debounce option bubble could add