React Native, passing data between screens when using BottomTabsNavigator

I am trying to make a react native application. I am using Bottom Tab Navigation, and I have 2 screens. On the first screen, a qr code is first scanned, it contains a string, which is written on the screen. Then I would like to write out the afformentioned string on the second tab. How… Read More React Native, passing data between screens when using BottomTabsNavigator