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.

11 lines (10 loc) 298 B
export const sidesArr = ['l', 'r', 'b', 't', 'tl', 'bl', 'tr', 'br', 'h', 'v']; export const sidesRadius = ['tl', 'bl', 'tr', 'br']; export const SideMatcher = { 'l': ['Left'], 'r': ['Right'], 'b': ['Bottom'], 't': ['Top'], 'h': ['Right', 'Left'], 'v': ['Top', 'Bottom'] };