react-native-twilio-voice-sdk
Version:
React Native wrapper for Twilio Programmable Voice SDK
16 lines • 449 B
JavaScript
module.exports = {
// config for a library is scoped under "dependency" key
dependency: {
platforms: {
ios: {},
android: {
packageInstance: "new TwilioVoiceSDKPackage()"
}, // projects are grouped into "platforms"
},
// assets: ['./path-to-assets'], // stays the same
// hooks are considered anti-pattern, please avoid them
// hooks: {
// prelink: './path-to-a-prelink-hook',
// },
},
};