// BarGraph/xAxis.js | |
import React from 'react'; | |
import { ART } from 'react-native'; | |
import { scaleBand } from 'd3-scale'; | |
import moment from 'moment'; | |
const { | |
Surface, | |
Group, | |
Text | |
} = ART; | |
export default function xAxis() { | |
return ( | |
<Surface width={} height={}> | |
</Surface> | |
); | |
} |