react-native-web
react-native-web copied to clipboard
[fix] Make sure `AppState.isAvailable` is a boolean
Fixes https://github.com/necolas/react-native-web/issues/2673
Converts AppState.isAvailable to a boolean. Currently it's just document[VISIBILITY_STATE_PROPERTY], this makes sure it's a bool by adding !!.