Skip to content

Files

Latest commit

author
Rizvan Rzayev
Nov 1, 2019
d4ff14a · Nov 1, 2019

History

History
52 lines (39 loc) · 1001 Bytes

SUMMARY.md

File metadata and controls

52 lines (39 loc) · 1001 Bytes
description
Verto FreeSWITCH React Native

Getting Started

Installation

{% tabs %} {% tab title="npm" %}

$ npm install react-native-verto --save

{% endtab %}

{% tab title="yarn" %}

$ yarn add react-native-verto

{% endtab %} {% endtabs %}

{% hint style="info" %} For use this library you must be link: react-native-webrtc**** {% endhint %}

If you are using React-Native version < 0.60:

Follow react-native-webrtc installation from this link.

React-Native >= 0.60 (auto-linking):

{% tabs %} {% tab title="iOS" %}

cd ios/ && pod install && cd .. && react-native run-ios

{% endtab %}

{% tab title="Android" %}

react-native run-android

{% endtab %} {% endtabs %}

Todo list:

  • Complete documentation.
  • New Verto View
  • Refactoring