You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Animation to properties tabBarStyle and sceneStyle is not applicable.
Can you change your <View></View> tags to <Animated.View></Animated.View>?
in Tab.js, TabBar.js, and TabNavigator.js
This will provide animation support for tabbar.
you'll also need to change appropriate propTypes and styles types.
I have changed them locally and its working all good. but I also need future support from you guys, so
Its necessary that your git repo has these changes.
Thanks.
The text was updated successfully, but these errors were encountered:
Animation to properties tabBarStyle and sceneStyle is not applicable.
Can you change your
<View></View>
tags to<Animated.View></Animated.View>
?in Tab.js, TabBar.js, and TabNavigator.js
This will provide animation support for tabbar.
you'll also need to change appropriate propTypes and styles types.
I have changed them locally and its working all good. but I also need future support from you guys, so
Its necessary that your git repo has these changes.
Thanks.
The text was updated successfully, but these errors were encountered: