Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. navigationOptions: {
  2. header: props => <CustomHeader {...props} />,
  3. headerStyle: {
  4. backgroundColor: "transparent"
  5. },
  6. headerTitleStyle: {
  7. fontWeight: "bold",
  8. color: "#fff",
  9. },
  10. headerTintColor: "#fff"
  11. animationEnabled: true
  12. }
Add Comment
Please, Sign In to add comment