react-native-tab-navigator
react-native-tab-navigator copied to clipboard
Fixed issue for not allowing Animation over tabbar.
Changed SceneContainer's <View> to <Animated.View>
Created Animated.View.propTypes as AnimatedViewPropTyes in config and used same for their propType where <View> is changed to <Animated.View>
Thanks!
Can you remove the change of all the single tab to double quotes?
@ptomasroos I have changed all the double quotes to single one please check.