react-native-a11y-order
Version:
ReactNative library for managing screen reader focus ordering
7 lines • 377 B
JavaScript
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands';
export const Commands = codegenNativeCommands({
supportedCommands: ['focus']
});
export default codegenNativeComponent('A11yIndexView');
//# sourceMappingURL=A11yIndexNativeComponent.js.map