react-native-tab-navigator icon indicating copy to clipboard operation
react-native-tab-navigator copied to clipboard

Fixed issue for not allowing Animation over tabbar.

Open jdgalani opened this issue 6 years ago • 3 comments

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>

jdgalani avatar Jan 18 '19 09:01 jdgalani

Thanks!

ptomasroos avatar Feb 21 '20 07:02 ptomasroos

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

ptomasroos avatar Feb 21 '20 07:02 ptomasroos

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

jdgalani avatar Mar 02 '20 11:03 jdgalani