UNPKG

react-native-voximplant

Version:

VoxImplant Mobile SDK for embedding voice and video communication into React Native apps.

12 lines (11 loc) 299 B
module.exports = { dependency: { platforms: { ios: {}, android: { packageImportPath: 'import com.voximplant.reactnative.VoxImplantReactPackage;', packageInstance: 'new VoxImplantReactPackage()', }, }, }, };