Skip to content

Instantly share code, notes, and snippets.

@duhseekoh
duhseekoh / SalesStackedBarChart.jsx
Last active March 28, 2018 14:52
React Native - StackedBarChart
// Usage of the StackedBarChart.jsx
// @flow
import React, { Component } from 'react';
import {
View,
StyleSheet
} from 'react-native';
import { StackedBarChart, TRAText, TRATextStrong } from 'app/components';
import styleVars from 'app/style/variables';
.article-teaser {
.primary-box;
}
.filter-sidebar {
.primary-box;
}