UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

9 lines 233 B
import { View } from 'react-native'; import { A11yIndex } from './components/A11yIndex/A11yIndex.web'; export const A11y = { Order: View, Group: View, Index: A11yIndex, Container: View }; //# sourceMappingURL=index.web.js.map