init
This commit is contained in:
19
mb-app/constants/Colors.ts
Normal file
19
mb-app/constants/Colors.ts
Normal file
@ -0,0 +1,19 @@
|
||||
const tintColorLight = '#2f95dc';
|
||||
const tintColorDark = '#fff';
|
||||
|
||||
export default {
|
||||
light: {
|
||||
text: '#000',
|
||||
background: '#fff',
|
||||
tint: tintColorLight,
|
||||
tabIconDefault: '#ccc',
|
||||
tabIconSelected: tintColorLight,
|
||||
},
|
||||
dark: {
|
||||
text: '#fff',
|
||||
background: '#000',
|
||||
tint: tintColorDark,
|
||||
tabIconDefault: '#ccc',
|
||||
tabIconSelected: tintColorDark,
|
||||
},
|
||||
};
|
||||
4
mb-app/constants/metier.ts
Normal file
4
mb-app/constants/metier.ts
Normal file
@ -0,0 +1,4 @@
|
||||
/** Constantes métier marchand de biens (France) — à enrichir avec le métier. */
|
||||
|
||||
export const FRAIS_NOTAIRE_ANCIEN_RATIO = 0.075;
|
||||
export const FRAIS_NOTAIRE_NEUF_RATIO = 0.02;
|
||||
Reference in New Issue
Block a user