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