I have an app that is using a swipeable stack that is populated by a local state list of json objects. When I navigate away from the page and generate a new list of json object then return to the page with the swipeable stack, the last three values from the prior session, before I navigated away, are in the swipeable stack. After those three it goes back to the new items from the new json object list. I would assume that by generating a new json object list that this would repopulate but it doesn't appear to. Does anyone have a suggestion on how to handle this? Is this some sort of a bug?