react-native-android-voice-recorder

1.0.1 • Public • Published

react-native-android-voice-recorder

Getting started

$ npm install react-native-android-voice-recorder --save

Mostly automatic installation

$ react-native link react-native-android-voice-recorder

Manual installation

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNAndroidVoiceRecorderPackage; to the imports at the top of the file
  • Add new RNAndroidVoiceRecorderPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-android-voice-recorder'
    project(':react-native-android-voice-recorder').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-android-voice-recorder/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-android-voice-recorder')
    

Usage

import RNAndroidVoiceRecorder from 'react-native-android-voice-recorder';

// TODO: What to do with the module?
RNAndroidVoiceRecorder;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i react-native-android-voice-recorder

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

4.03 kB

Total Files

8

Last publish

Collaborators

  • bolormaabodonguud