Skip to content

Warning: Failed prop type: TabNavigator: prop type tabBarStyle is invalid; #200

@semnyqu

Description

@semnyqu

import TabNavigator from 'react-native-tab-navigator';

render() {
return (
<TabNavigator tabBarStyle={{height: 49}}>
{......}

);
}

Error:
Warning: Failed prop type: TabNavigator: prop type tabBarStyle is invalid; it must be a function, usually from the prop-types package, but received undefined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions