UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

12 lines (9 loc) 261 B
import { View } from 'react-native'; import { A11yIndex } from './components/A11yIndex/A11yIndex.web'; export type { IndexCommands } from './types/A11yIndex.types'; export const A11y = { Order: View, Group: View, Index: A11yIndex, Container: View, };