Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete border #195

Open
Mrzhang007 opened this issue Aug 2, 2019 · 3 comments
Open

delete border #195

Mrzhang007 opened this issue Aug 2, 2019 · 3 comments

Comments

@Mrzhang007
Copy link

How can i delete navigator top border?

@Lylleny
Copy link

Lylleny commented Nov 6, 2019

also need the answer

@Lylleny
Copy link

Lylleny commented Nov 6, 2019

i find the top of border line is a view that above all the tabbar.item, so the best way is to delete the line of view.
you can delete the TabBar.js code like it:
render() { return ( <Animated.View {...this.props} style={[styles.container, this.props.style]}> {this.props.children} {/*<View style={[styles.shadow, this.props.shadowStyle]} />*/} </Animated.View> ); } }

@ppv94
Copy link

ppv94 commented Apr 5, 2021

Add

   <TabNavigator 
        tabBarShadowStyle={{backgroundColor:'transparent'}}
       >
      {.....}
   </TabNavigator>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants