Open Ankleshwar opened 9 months ago
<Player ref={playerRef} style={styles.player} config={{ autostart: true, playlist: [ { file: videoUrlString, image: posterUrlString, adClient: 'vast', adSchedule: [ { offset: '00:00:00', tag: 'https://n1.smartyads.com/?c=v&m=api&res=xml&placementId=2266&bundle=com.flixsnip&us_privacy=1---&coppa=0&lmt=0&dnt=0&gdpr=0&gdpr_consent=%7Bgdpr_consent_534%7D&cust_params=age%3D60-plus%26gender%3Dmale', }, ], }, ], styling: { colors: {}, }, advertising: { adClient: 'vast', adSchedule: [ { offset: '00:00:00', tag: 'https://n1.smartyads.com/?c=v&m=api&res=xml&placementId=2266&bundle=com.flixsnip&us_privacy=1---&coppa=0&lmt=0&dnt=0&gdpr=0&gdpr_consent=%7Bgdpr_consent_534%7D&cust_params=age%3D60-plus%26gender%3Dmale', }, ], }, }} onFullScreen={onFullScreen} onFullScreenExit={onFullScreenExit} />
"react": "18.2.0", "react-native": "0.71.14", "react-native-jw-media-player": "^0.2.43",
do you have any error loading the ad?
onPlayerAdError={({ nativeEvent }) => { console.log('Ad Error', nativeEvent); }}
<Player ref={playerRef} style={styles.player} config={{ autostart: true, playlist: [ { file: videoUrlString, image: posterUrlString, adClient: 'vast', adSchedule: [ { offset: '00:00:00', tag: 'https://n1.smartyads.com/?c=v&m=api&res=xml&placementId=2266&bundle=com.flixsnip&us_privacy=1---&coppa=0&lmt=0&dnt=0&gdpr=0&gdpr_consent=%7Bgdpr_consent_534%7D&cust_params=age%3D60-plus%26gender%3Dmale', }, ], }, ], styling: { colors: {}, }, advertising: { adClient: 'vast', adSchedule: [ { offset: '00:00:00', tag: 'https://n1.smartyads.com/?c=v&m=api&res=xml&placementId=2266&bundle=com.flixsnip&us_privacy=1---&coppa=0&lmt=0&dnt=0&gdpr=0&gdpr_consent=%7Bgdpr_consent_534%7D&cust_params=age%3D60-plus%26gender%3Dmale', }, ], }, }} onFullScreen={onFullScreen} onFullScreenExit={onFullScreenExit} />
"react": "18.2.0", "react-native": "0.71.14", "react-native-jw-media-player": "^0.2.43",