andorfermichael / react-native-audio-recorder-example-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-audio-recorder-example-project

A minimal working example project for React-Native-Native-Audio-Recorder.

Getting started

General

  1. Clone the project via the following command:
    $ git clone git@github.com:audvice/react-native-audio-recorder-example-project.git

  2. Change into the cloned directory:
    $ cd react-native-audio-recorder-example-project/

  3. Install NPM packages:
    $ npm install

  4. Follow carefully the instructions of react-native-native-audio-recorder Readme for integrating the audio recorder module.

  5. Ensure that all packages are correctly linked by running:
    react-native link

iOS

  1. Open the project inside the ios folder in xCode:
    RNNativeAudioRecorderExample.xcodeproj

  2. Go to Project -> General and check if the correct signing profile is set.

  3. Build the project by pressing the Build button

Android

  1. Open android folder with IntelliJ/AndroidStudio/etc.

  2. Gradle should automatically start to build the dependencies, if not start it manually.

  3. Build the project by running the following command in the root folder of the project:
    react-native run-android

About


Languages

Language:JavaScript 34.1%Language:Objective-C 27.6%Language:Java 23.3%Language:Python 12.3%Language:Swift 2.0%Language:C 0.7%