This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Bug: useLayoutEffect não é acionado quando uma ação voltar é executada #41
Labels
Must have
Requirements labelled as Must have are critical to the current delivery timebox
Milestone
Functioning solution:
const unsubscribe = props.navigation.addListener('didFocus', () => {console.log('focussed');
});
useFocusEffect(
useCallback(() => {
setStatusBarBackgroundColor(styles.statusBarColor, true);
}, []),
);
Sources:
Observação: Não fazer isso em um componente, mas sim nas páginas. Tome cuidado em especial para páginas com condicionais (detalhes de animal).
Revisor: Hugo.
The text was updated successfully, but these errors were encountered: