JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q63240F
  • License MIT

Forked React Native wrapper for Twilio Programmable Voice SDK

Package Exports

  • @islacel/react-native-twilio-programmable-voice
  • @islacel/react-native-twilio-programmable-voice/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@islacel/react-native-twilio-programmable-voice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-twilio-programmable-voice

This is a react-native wrapper around Twilio Programmable Voice SDK, which allows your react-native app to make and receive calls.

For more information see react-native-twilio-programmable-voice

Running example

  1. Install yalc globally
npm i yalc -g
  1. Publish native module using yalc

Execute the following command inside project root:

yalc publish
  1. Install dependencies of example project
cd example/
npm install
  1. Add published module inside example project
yalc add @islacel/react-native-twilio-programmable-voice
  1. Pushing updates after native module modification
yalc push