Skip to content

anchetaWern/RNa11y

Repository files navigation

RNa11y

A sample React Native app showing you how to create more accessible apps with React Native. starter branch shows a not so accessible app, while a11y branch show the accessible version of the app.

Full tutorial is available at: https://pusher.com/tutorials/accessible-react-native

Note: the React Native code in this repo may be a little bit outdated and won't run immediately after you've followed the setup instructions. Be sure to refactor the code to use the more recent React Native syntax if it doesn't run for you.

Prerequisites

  • React Native development environment (Android Studio or Xcode)
  • Yarn
  • Android emulator/Genymotion virtual device (for Android), iOS simulator

Getting Started

  1. Clone the repo:
git clone https://github.com/anchetaWern/RNa11y.git
  1. Install the dependencies:
cd RNa11y
git checkout a11y
yarn install
react-native eject
react-native link
  1. Run the app:
react-native run-ios
react-native run-android

Built With

Donation

If this project helped you reduce time to develop, please consider buying me a cup of coffee :)

Buy Me A Coffee

About

A sample React Native app showing you how to create more accessible apps with React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published