Before updating ReactNative version to 0.81.5 from 0.77 the following code to navigate bewteen screens stopped working. const { navigation } = props; navigation.navigate( ‘Gift Codes’ ) The Gift Code screen was a part of different navigation stack named BottomTabNavigator…