12345678910111213 |
- // @flow
-
- import { font, colors, colorMap, spacing, shape, typography } from '../Tokens';
- import { createNativeTheme } from '../functions.native';
-
- export default createNativeTheme({
- font,
- colors,
- colorMap,
- spacing,
- shape,
- typography
- });
|