Skip to content

Commit

Permalink
fix: wrong naming on android
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Dec 5, 2021
1 parent 21e4f42 commit d5983db
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 d5983db

Please sign in to comment.