2017-06-16 88 views

回答

1

我發現設置StackNavigator風格的解決方案。請參閱elevation屬性。但它的工作只到react-navigation版本1.0.0-beta.7

StackNavigator.navigationOptions = { 
    title: 'Blabla', 
    header: { 
    tintColor: Colors.navbarTintColor, 
    style: { 
     elevation: 0, 
     backgroundColor: Colors.surfacePrimary, 
    }, 
    right: this.renderContexMenu(), 
    }, 
} 

後期版本使用headerStyle代替header