initial configuration with ui library and navigation
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import { Colors, Typography, Spacings } from 'react-native-ui-lib';
|
||||
|
||||
Colors.loadColors({
|
||||
primaryColor: '#2364AA',
|
||||
secondaryColor: '#81C3D7',
|
||||
textColor: '##221D23',
|
||||
errorColor: '#E63B2E',
|
||||
successColor: '#ADC76F',
|
||||
warnColor: '##FF963C',
|
||||
});
|
||||
|
||||
Typography.loadTypographies({
|
||||
heading: { fontSize: 36, fontWeight: '600' },
|
||||
subheading: { fontSize: 28, fontWeight: '500' },
|
||||
body: { fontSize: 18, fontWeight: '400' },
|
||||
});
|
||||
|
||||
Spacings.loadSpacings({
|
||||
page: 20,
|
||||
card: 12,
|
||||
gridGutter: 16,
|
||||
});
|
||||
Reference in New Issue
Block a user