react-native-material-elements
Version:
React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mob
11 lines (9 loc) • 367 B
text/typescript
export const IMAGE_ROUNDED_RADIUS = 100;
export const IMAGE_ROUNDED_SM_RADIUS = 20;
export const IMAGE_ROUNDED_MD_RADIUS = 30;
export const IMAGE_ROUNDED_LG_RADIUS = 40;
export const IMAGE_ROUNDED_XL_RADIUS = 60;
export const IMAGE_SQUARE_RADIUS = 0;
export const DEFAULT_ITEM_SPACING = 1;
export const DEFAULT_ITEMS = 2;
export const DEFAULT_ITEM_BOTTOM_SPACE = 2;