UNPKG

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 (8 loc) 264 B
export const SHOW_SNACK_BAR_MESSAGE = 'SHOW_SNACK_BAR_MESSAGE'; export const HIDE_SNACK_BAR_MESSAGE = 'HIDE_SNACK_BAR_MESSAGE'; export enum SNACK_BAR { LENGTH_SHORT = 500, LENGTH_MEDIUM = 800, LENGTH_LARGE = 2000, } export const SNACK_BAR_SCREEN_GAP = 25;