Guest User

Untitled

a guest
May 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class DetailsScreen extends React.Component {
  2. static navigationOptions = {
  3. title: "Details",
  4. headerStyle: {
  5. backgroundColor: '#f4511e',
  6. },
  7. headerTintColor: '#fff',
  8. headerTitleStyle: {
  9. fontWeight: 'bold',
  10. },
  11. };
Add Comment
Please, Sign In to add comment