tambahan
This commit is contained in:
18
constants/Headers.ts
Normal file
18
constants/Headers.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
const bgColorDefault = '#19345E';
|
||||
|
||||
export const Headers = {
|
||||
shadow: {
|
||||
headerStyle: {
|
||||
backgroundColor: bgColorDefault,
|
||||
},
|
||||
headerTintColor: '#fff',
|
||||
headerShadowVisible: true
|
||||
},
|
||||
noShadow: {
|
||||
headerStyle: {
|
||||
backgroundColor: bgColorDefault,
|
||||
},
|
||||
headerTintColor: '#fff',
|
||||
headerShadowVisible: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user