Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 18, 2020 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/4048063c043deea0e0ec049da0aa798e to your computer and use it in GitHub Desktop.
Save marshallmurphy/4048063c043deea0e0ec049da0aa798e to your computer and use it in GitHub Desktop.
// App.js
...
import { faBars } from '@fortawesome/free-solid-svg-icons';
import BarGraph from './BarGraph';
...
<View style={styles.spaceBetween}>
<View style={styles.header}>
<Text style={styles.header_title}>D3 + ART Bar Graph</Text>
<Text style={styles.header_sub}>Made by you bc you're a bad ass.</Text>
</View>
{/* Add it here */}
<BarGraph />
</View>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment