I'm using react-native-navigation v2 from wix (3.7.0) Is there a way to remove the ugly icon mini-zoom and bubble effect it does when any bottomTabs button is pressed? This only happens on Android, iOS doesn't do that. I'm guessing is the normal default Android behaviour, but is there a way to completely remove it?
I couldn't find any variable within Navigation.setDefaultOptions or bottomTabs that allowed me that, the only thing it does seem there is, is the animation for push or pop and such.