Is there any reason why using a Swipeable stack might cause flickering when interacted with. More specifically, whenever I trigger/even slightly drag a card in the stack, everything on the screen except the card and the app bar flicker to white quickly before reloading after the action is completed. A few more pieces of helpful context:
1) The swipeable stack is built via a list view leveraging a local list of json variables.
2) The stack has many actions/conditional actions associated with it
3) The flickering is happening in the web viewer. Is it possible this will just go away when on the phone?