Hi,
I have multiple stacks in my main navigator and one of them is Bottom Tab Navigator. As we don't have switchNavigator in version 5, we are using reset to clear the previous stack and navigate to a screen.
However, in this case we get a warning "Sending onAnimatedValueUpdate with no listeners registered".
If we set the options animationEnabled: false, the warning is gone but we want the animation to be enabled.
Can anyone help?
Hi,
I have multiple stacks in my main navigator and one of them is Bottom Tab Navigator. As we don't have switchNavigator in version 5, we are using reset to clear the previous stack and navigate to a screen.
However, in this case we get a warning "Sending onAnimatedValueUpdate with no listeners registered".
If we set the options animationEnabled: false, the warning is gone but we want the animation to be enabled.
Can anyone help?