Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 296 Bytes

react-native-plivo-sdk

Getting started

$ npm install react-native-plivo-sdk --save

Mostly automatic installation

$ react-native link react-native-plivo-sdk

Usage

import PlivoSdk from 'react-native-plivo-sdk';

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