Skip to content

Instantly share code, notes, and snippets.

@hungdev
Created October 28, 2018 13:38
Show Gist options
  • Select an option

  • Save hungdev/1dfe10a958d37cb562a108fbc550c666 to your computer and use it in GitHub Desktop.

Select an option

Save hungdev/1dfe10a958d37cb562a108fbc550c666 to your computer and use it in GitHub Desktop.
remove border header react navigation
    navigationOptions: {
      headerStyle: {
        // iOS
        borderBottomWidth: 0,
        shadowOpacity: 0,
        // Android
        elevation: 0,
      }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment