Closed Amberon closed 5 years ago
The releasee notes suggest a fix for this (replace with Animated.interpolate
), but it didn't work for me, see: https://github.com/kmagiera/react-native-reanimated/issues/235
Updating my previous comment (pulling in from linked issue), the fix did work except in some corner cases that can be easily handled once you know about them.
Please open the issue in https://github.com/react-navigation/react-navigation-tabs repo with a repro if you're using that.
Current behaviour
After upgrading to react-native 0.59 materialTopTabNavigator stopped working on android. People suggested to upgrade react-navigation-tabs (https://github.com/react-navigation/react-navigation/issues/5684) and import navigator component from there. That's what I did. Now I receive an error on ios (when trying to open the screen with materialTopTabNavigator):
Code sample
Your Environment