UNPKG

react-native-global-styler

Version:

Lightweight and developer-friendly React Native styling toolkit with prebuilt styled components and a powerful useGlobalStyler hook for shorthand props like m_10, radius_12, resize_cover, and more.

5 lines (4 loc) 274 B
import { BorderMatcher } from "./base/BorderStyles"; import { FlexMatcher } from "./base/FlexStyles"; import { LayoutMatcher } from "./base/LayoutStyles"; export const BaseMatcher = Object.assign(Object.assign(Object.assign({}, FlexMatcher), BorderMatcher), LayoutMatcher);