Skip to content

dev-yakuza/react_native_voice_exercise

Repository files navigation

document

react_native_voice_exercise 설명

react_native_voice_exercise 저장소(Repository)는 react-native-voice 라이브러리를 사용하는 간단한 예제입니다.

이 저장소(Repository)를 만들면서 작성한 블로그가 있습니다.

이 저장소(Repository)는 RN(React Native)에 typescriptstyled-components를 적용하여 개발하였습니다. RN(React Native)에 typescriptstyped-components를 적용하는 방법에 대해서는 아래의 블로그를 참고하시기 바랍니다.

사용 방법

아래에 명령어를 통해 react_native_voice_exercise 저장소(Repository)를 복사(Clone)합니다.

git clone https://github.com/dev-yakuza/react_native_voice_exercise.git

아래에 명령어를 통해 RN(React Native) 프로젝트에 필요한 라이브러리를 설치합니다.

npm install

아래에 명령어를 통해 iOS 또는 안드로이드(Android)를 기동합니다.

# iOS
npm run ios
# Android
npm run android

react_native_voice_exercise説明

react_native_voice_exerciseレポジトリ(Repository)はreact-native-voiceライブラリを使った簡単な例です。

このレポジトリ(Repository)を使う時作成したブログがあります。

このレポジトリ(Repository)はRN(React Native)にtypescriptstyled-componentsを適応して開発しました。RN(React Native)にtypescriptstyled-componentsを適応する方法については下記のブログを参考してください。

使い方

下記のコマンドでreact_native_voice_exerciseリポジトリ(Repository)をコピ(Clone)します。

git clone https://github.com/dev-yakuza/react_native_voice_exercise.git

下記のコマンドでRN(React Native)に必要なライブラリをインストールします。

npm install

下記のコマンドでiOSまたはアンドロイド(Android)を起動します。

# iOS
npm run ios
# Android
npm run android

how to use react_native_voice_exercise

react_native_voice_exercise repository is an example about react-native-voice.

we have the blog about this repository.

we've developed this repository with RN(React Native) applied typescript and styled-components. if you want to know detail about how to apply typescript and styled-components, see our other blogs.

How To Use

execute below command to clone react_native_voice_exercise repository.

git clone https://github.com/dev-yakuza/react_native_voice_exercise.git

execute below command to install required libraries.

npm install

execute below command to start iOS or Android simulator.

# iOS
npm run ios
# Android
npm run android