bubjavier / react-native-dfp

A react-native bridge for Google Mobile Ads' DFP libraries
13 stars 12 forks source link

where is the api references? #10

Open gunduzcihat opened 5 years ago

gunduzcihat commented 5 years ago

I need to read what is the props meaning about this module.

For instance:

onAdViewDidReceiveAd={this.props.adViewDidReceiveAd} onDidFailToReceiveAdWithError={(event) => didFailToReceiveAdWithError(event.nativeEvent.error)} onAdViewWillPresentScreen={this.props.adViewWillPresentScreen} onAdViewWillDismissScreen={this.props.adViewWillDismissScreen} onAdViewDidDismissScreen={this.props.adViewDidDismissScreen} onAdViewWillLeaveApplication={this.props.adViewWillLeaveApplication}

There is no document here about what those are meaning?

RaghavCoddle commented 5 years ago

Hi @gunduzcihat ,

Did you find anything on this ?

In my case, the ads are taking too much time to load. Do you know how can we get to know that the ads the are loaded ?

Thank you.

gunduzcihat commented 5 years ago

This library is out of the date. Use the react-native-admob or firebase admob.