Skip to content

Commit

Permalink
fix: point to the right native module
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom authored and mikehardy committed Feb 7, 2022
1 parent 97047c7 commit df30e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdsConsent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { AdsConsentDebugGeography } from './AdsConsentDebugGeography';
import { AdsConsentStatus } from './AdsConsentStatus';
import { AdsConsentInterface } from './types/AdsConsent.interface';

const native = NativeModules.RNGoogleAdsConsentModule;
const native = NativeModules.RNGoogleMobileAdsConsentModule;

export const AdsConsent: AdsConsentInterface = {
/**
Expand Down

0 comments on commit df30e7b

Please sign in to comment.