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

Fixed issue for not allowing Animation over tabbar. #187

Open jdgalani opened 5 years ago

jdgalani commented 5 years ago

Changed SceneContainer's <View> to <Animated.View>

CreatedAnimated.View.propTypes as AnimatedViewPropTyes in config and used same for their propType where <View> is changed to <Animated.View>

ptomasroos commented 4 years ago

Thanks!

ptomasroos commented 4 years ago

Can you remove the change of all the single tab to double quotes?

jdgalani commented 4 years ago

@ptomasroos I have changed all the double quotes to single one please check.