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 (10 loc) • 464 B
text/typescript
export const LABELED_ANIMATION_DURATION = 120;
export const INPUT_DEFAULT_HEIGHT = 35;
export const TEXT_FONT_DEFAULT_HEIGHT = 10;
export const TRANSLATE_Y_ANIMATED_DEFAULT_POSITION = -28;
export const PLACEHOLDER_OUTLINE_LEFT_POSITION = 8;
export const PLACEHOLDER_FILED_INPUT_LEFT_POSITION = 2;
export const INPUT_DEFAULT_BORDER_WIDTH = 1;
export const INPUT_DEFAULT_BORDER_RADIUS = 5;
export const INPUT_SMALL_HEIGHT = 30;
export const INPUT_LARGE_HEIGHT = 40;