lwz7512 / AudioExample

react native audio example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Example

Migration from AudioExample

@2018/05/09

Installation

clone this project, cd the AudioExample then:

$ npm i
$ react-native link

add permission config like the doc said:

<uses-permission android:name="android.permission.RECORD_AUDIO" />

put the permission in android config file:

AudioExample/android/app/src/main/AndroidManifest.xml

Run

$ react-native run-android

About

react native audio example


Languages

Language:JavaScript 46.5%Language:Objective-C 28.9%Language:Python 12.8%Language:Java 11.7%