UNPKG

react-native-jw-media-player

Version:

React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)

14 lines (12 loc) 353 B
const path = require('path'); module.exports = { dependency: { platforms: { ios: { podspecPath: path.join(__dirname, 'ios', 'react-native-jw-media-player.podspec') }, android: { packageImportPath: 'import com.appgoalz.rnjwplayer.RNJWPlayerPackage;', packageInstance: 'new RNJWPlayerPackage()', }, }, }, };