Make it possible to define for each tab individually if it should be lazy loaded or not. Right now it can only be defined for all tabs in the TabNavigatorConfig.
static navigationOptions = ({ navigation, screenProps }) => ({
tabBarOnPress: () => ...
lazy: false,
tabBarLabel: ...
tabBarIcon: ...
})