Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 344 Bytes

File metadata and controls

17 lines (11 loc) · 344 Bytes

react-native-android-transcode

Getting started

$ npm install react-native-android-transcode --save

Mostly automatic installation

$ react-native link react-native-android-transcode

Usage

import AndroidTranscode from 'react-native-android-transcode';

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