Skip to content

nicholas-ivan98/rn-voip24h-sdk

Repository files navigation

react-native-voip24h-sdk

Getting started

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

Mostly automatic installation

$ react-native link react-native-voip24h-sdk

Usage

import Voip24hSdk from 'react-native-voip24h-sdk';

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