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

A tab bar that switches between scenes, written in JS for cross-platform support

Results 19 react-native-tab-navigator issues
Sort by recently updated
recently updated
newest added

- [x] I have searched [existing issues](https://github.com/happypancake/react-native-tab-navigator/issues) - [x] I am using the [latest react native tab navigator version](https://www.npmjs.org/package/react-native-tab-navigator) I have a page with a header and a tab navigator...

import TabNavigator from 'react-native-tab-navigator'; render() { return ( {......} ); } Error: Warning: Failed prop type: TabNavigator: prop type `tabBarStyle` is invalid; it must be a function, usually from the...

How can i delete navigator top border?

1. https://github.com/ptomasroos/react-native-tab-navigator/blob/5004fa9f78ef5a59c83d43a8eb6205563e28c795/TabNavigator.js#L51 2. https://github.com/ptomasroos/react-native-tab-navigator/blob/5004fa9f78ef5a59c83d43a8eb6205563e28c795/TabNavigator.js#L47

change tabBarStyle prop type to ViewPropTypes.style change componentWillReceiveProps to UNSAFE_componentWillReceiveProps

hi friends I am a freshman to RN. i have a issue. Error:Element type is invalid:expected a string(for built-in components) or a class/function(for composite components)but got:undefined.you likely forget to export...

Hello Ad I use library but app show warning. Hope help me. :(( warning: component WillReceiveProps has been renamed, and is not recommended for use

Changed SceneContainer's `` to `` Created` Animated.View.propTypes` as `AnimatedViewPropTyes` in config and used same for their propType where `` is changed to ``

Do you support gesture sliding to switch pages