-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels