UNPKG

@laffed/rn-ts-overmind-template

Version:

React Native Expo Template using Typescript and Overmind

12 lines (11 loc) 236 B
import {DefaultTheme} from 'react-native-paper'; import {COLORS} from '@styles'; export const theme = { ...DefaultTheme, roundness: 2, colors: { ...DefaultTheme.colors, primary: COLORS.darkGreen, accent: COLORS.lightGreen } }