react-native-appstate-hook
react-native-appstate-hook copied to clipboard
fix: same variable names leading to not calling onBackground
Having the same name used twice in useEffect leaded to not calling onBackground, because appState there was referring to event listener, not react state.
Steps to reproduce:
- log to console the state of appState in first line of handleAppStateChange function.