0.0.6 • Published 4 years ago

react-native-recorder-segments v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-native-recorder-segments

Getting started

$ npm install react-native-recorder-segments --save

Mostly automatic installation

$ react-native link react-native-recorder-segments

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-recorder-segments and add RecorderSegments.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRecorderSegments.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

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

Usage

import RecorderSegments from 'react-native-recorder-segments';

// TODO: What to do with the module?
RecorderSegments;
0.0.6

4 years ago

0.0.5-rc4

4 years ago

0.0.5-rc3

4 years ago

0.0.5-rc2

4 years ago

0.0.5-rc1

4 years ago

0.0.5

4 years ago

0.0.4-rc4

4 years ago

0.0.4-rc1

4 years ago

0.0.4-rc2

4 years ago

0.0.4-rc3

4 years ago

0.0.4

4 years ago

0.0.3-rc5

4 years ago

0.0.3-rc4

4 years ago

0.0.3-rc3

4 years ago

0.0.3-rc2

4 years ago

0.0.3-rc1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago