UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

8 lines 240 B
import { createTheming } from '@callstack/react-theme-provider'; import DefaultTheme from '../styles/DefaultTheme'; export const { ThemeProvider, withTheme, useTheme } = createTheming(DefaultTheme); //# sourceMappingURL=theming.js.map