feat(rn,ui) introduce react-native-paper

This commit is contained in:
Calinteodor
2021-05-11 11:01:45 +03:00
committed by GitHub
parent d69d4dd91a
commit 07eb19b98a
15 changed files with 685 additions and 341 deletions

View File

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