Skip to content

Instantly share code, notes, and snippets.

@Maxobat
Created May 9, 2017 15:24
Show Gist options
  • Save Maxobat/c8446631a12eada59b51464f6f0ec52a to your computer and use it in GitHub Desktop.
Save Maxobat/c8446631a12eada59b51464f6f0ec52a to your computer and use it in GitHub Desktop.
import React, { Component } from 'react'
import { View, Text } from 'react-native'
export default class ExampleComponent extends Component {
render() {
return (
<View>
<Text>
We will set the navigation bar color!
</Text>
</View>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment