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.
1 parent 388506b commit 8cb5f70Copy full SHA for 8cb5f70
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