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
All settings and installing dependencies are on Getting Started guide for React Native.
- clone this repository
- run
$ npm i
- Run developement server
$ npm start
- Build
- run for Android
$ react-native run-android
- run for iOS
$ react-native run-ios
or run via xCode
- run for Android