UNPKG

vegas-react-native

Version:

A specialized set of basic functions utilities to build React Native applications

19 lines (17 loc) 332 B
const textAlign = { AUTO : 'auto' , CENTER : 'center', JUSTIFY : 'justify' , // only IOS for the moment LEFT : 'left' , RIGHT : 'right' }; export default textAlign ; export const textAligns = [ textAlign.AUTO, textAlign.CENTER, textAlign.JUSTIFY, textAlign.LEFT, textAlign.RIGHT ];