An open API service indexing awesome lists of open source software.

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

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

);
}
```