react-native-appstate-hook icon indicating copy to clipboard operation
react-native-appstate-hook copied to clipboard

fix: same variable names leading to not calling onBackground

Open dynamichny opened this issue 2 years ago • 0 comments

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.

dynamichny avatar May 06 '22 10:05 dynamichny