https://github.com/penx/react-native-accessibility-props
Get cross platform accessibily props for react-native and react-native-web
https://github.com/penx/react-native-accessibility-props
Last synced: 11 months ago
JSON representation
Get cross platform accessibily props for react-native and react-native-web
- Host: GitHub
- URL: https://github.com/penx/react-native-accessibility-props
- Owner: penx
- Created: 2022-10-05T08:14:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T12:13:22.000Z (over 3 years ago)
- Last Synced: 2025-02-13T20:51:53.232Z (11 months ago)
- Language: TypeScript
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-accessibility-props
Get cross platform accessibily props for react-native and react-native-web.
-
-
## Usage
```tsx
import { Pressable } from "react-native";
import { getAccessibilityStateProps } from "react-native-accessibility-props";
function MyComponent() {
return (
Example
);
}
```