/SpeechToTextApp

React-native application which convert speech to text using library react-native-voice

Primary LanguageObjective-C

SpeechToTextApp - Speech convert to text via mobile app

SpeechToTextApp is testing app using react-native-voice library to record and convert speech to text. App is using functional components and react hooks. Application interface is designed as Neumorphism desing using neumorphism-ui

Getting Started

Settings

All settings and installing dependencies are on Getting Started guide for React Native.

Installation

  1. clone this repository
  2. run $ npm i

Developement

  1. Run developement server $ npm start
  2. Build
    • run for Android $ react-native run-android
    • run for iOS $ react-native run-ios or run via xCode