samuelayo / textToSpeech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEXT TO SPEECH IN REACT NATIVE

As developers, we should take into consideration the different kind of users that would use our applications, therefore it is needed for us to build accessibility features into our applications.

View tutorial

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:samuelayo/textToSpeech.git

If you use https, use this instead

git clone https://github.com/samuelayo/textToSpeech.git

Change directory into the newly cloned project and install dependencies

cd textToSpeech
npm install

Prerequisites

Setup Expo

if you currently don’t have expo setup, follow the instructions on the official expo documentation page.

And finally, start the application by running:

expo start

Built With

  • Expo - The fastest way to build an app

About


Languages

Language:JavaScript 100.0%