1.0.1 • Published 4 years ago

react-native-accessible v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

React Native Accessible

Actions Status npm Downloads

React Native Accessible contains Accessible HoC used by the University of Sydney as drop-ins for the React Native elements and React Native Elements.

Installation

$ npm install react-native-accessible
$ yarn add react-native-accessible

Usage

import { Button, Image, ListItem, Text, TextInput, TouchableHighlight } from "react-native-accessible";

Features

  • Accessible Text.
  • Accessible Touchable (NativeFeedback for Android and Highlight for others).

License

React Native Accessible is available under the MIT license. See LICENSE for details.