We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde3ac2 + 8cb5f70 commit 0c1d0eeCopy full SHA for 0c1d0ee
README.md
@@ -36,7 +36,7 @@ yarn add @react-native-community/hooks
36
```js
37
import { useAccessibilityInfo } from '@react-native-community/hooks'
38
39
-const isScreenReaderEnabled = useAccessibilityInfo()
+const { reduceMotionEnabled, screenReaderEnabled } = useAccessibilityInfo()
40
```
41
42
### `useAppState`
0 commit comments