UNPKG

@gocodingnow/rn-better-boilerplate

Version:
5 lines (3 loc) 157 B
import { useTheme as useRestyleTheme } from '@shopify/restyle' import { Theme } from '@styles/theme' export const useTheme = () => useRestyleTheme<Theme>()