ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 416 forks source link

can you do some changes to provide Animation Support? #186

Open jdgalani opened 5 years ago

jdgalani commented 5 years ago

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.