How to pass props to Screen component with a tab navigator?
问题 This is my first post on StackOverflow, so apologies if I'm not following the correct format. I'm building my first app using tab navigator from React Navigation v 5.x and have run into a big problem when passing props from one screen to another What I want to achieve is to: Make changes to a list of data in one of my screens. Have those changes affect what happens on another screen. I have tried this (I failed to set the props to pass down), this (Deprecated version of react-navigation) and