Guest User

Untitled

a guest
Nov 15th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import {ThemeManager, BorderRadiuses} from 'react-native-ui-lib';
  2.  
  3. ThemeManager.setComponentTheme('Button', {
  4. backgroundColor: '#78BC61',
  5. borderRadius: BorderRadiuses.br20,
  6. });
Add Comment
Please, Sign In to add comment