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.

6 lines (5 loc) 192 B
const LMatcher = { 'relative': { key: 'position', value: 'relative' }, 'absolute': { key: 'position', value: 'absolute' }, }; export const LayoutMatcher = Object.assign({}, LMatcher);