UNPKG

react-native-zoom-bridge

Version:

React-native bridge for ZoomUs video conference calls SDK

14 lines (12 loc) 331 B
const path = require('path'); module.exports = { dependency: { platforms: { ios: { podspecPath: path.join(__dirname, "RNZoomBridge.podspec") }, android: { packageImportPath: "import com.appgoalz.reactnative.RNZoomBridgePackage;", packageInstance: "new RNZoomBridgePackage()" } } } };