react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

[fix] Make sure `AppState.isAvailable` is a boolean

Open mozzius opened this issue 1 year ago • 1 comments

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 !!.

mozzius avatar May 24 '24 16:05 mozzius