Passing data from one screen to another and to another screen again in React native
When routing data using flatlist from one screen to another, I was able to do that using route.param. But can I send the data from screen one to screen two to screen two to screen three? What method should I…