şundan çatallanmış vergnet/application-amicale
fix login screen header color
Bu işleme şunda yer alıyor:
ebeveyn
19f6dd3cf0
işleme
14365a92a4
2 değiştirilmiş dosya ile 3 ekleme ve 4 silme
2
App.tsx
2
App.tsx
|
@ -59,8 +59,6 @@ LogBox.ignoreLogs([
|
|||
'Cannot update a component from inside the function body of a different component',
|
||||
]);
|
||||
|
||||
// TODO move preferences in smaller contextes for improved performances
|
||||
|
||||
type StateType = {
|
||||
isLoading: boolean;
|
||||
initialPreferences: {
|
||||
|
|
|
@ -60,9 +60,10 @@ function CollapsibleComponent(props: Props) {
|
|||
collapsedColor: headerColors ? headerColors : theme.colors.surface,
|
||||
useNativeDriver: true,
|
||||
},
|
||||
|
||||
navigationOptions: {
|
||||
headerStyle: { backgroundColor: theme.colors.surface },
|
||||
headerStyle: {
|
||||
backgroundColor: headerColors ? headerColors : theme.colors.surface,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Yükleniyor…
Yeni konuda referans