@islacel/react-native-twilio-programmable-voice
v4.6.1
Published
Forked React Native wrapper for Twilio Programmable Voice SDK
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
- Install yalc globally
npm i yalc -g- Publish native module using yalc
Execute the following command inside project root:
yalc publish- Install dependencies of example project
cd example/
npm install- Add published module inside example project
yalc add @islacel/react-native-twilio-programmable-voice- Pushing updates after native module modification
yalc push