Is there a way to pass data from side-menu to central (main) screen in wix-react-native-navigation? I have some calculations in the central screen and a switch in the side-menu to change units from inch to mm. Now I want side-menu to pass data to central screen that switch was flicked and then units should be changed from inch to mm or the other way.
are you using Redux? you could save the changes made in the side menu in your reducer and access the data.