Skip to content

Commit

Permalink
fix(android): use correct module name for banner ads (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom authored Dec 5, 2021
1 parent 21e4f42 commit 7c7c8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import javax.annotation.Nonnull;

public class ReactNativeGoogleAdsBannerAdViewManager extends SimpleViewManager<ReactViewGroup> {
private static final String REACT_CLASS = "ReactNativeGoogleAdsBannerView";
private static final String REACT_CLASS = "RNGoogleAdsBannerView";
private String EVENT_AD_LOADED = "onAdLoaded";
private String EVENT_AD_FAILED_TO_LOAD = "onAdFailedToLoad";
private String EVENT_AD_OPENED = "onAdOpened";
Expand Down

0 comments on commit 7c7c8b5

Please sign in to comment.