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 committed Jan 27, 2022
1 parent 56c9253 commit e1d7715
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 e1d7715

Please sign in to comment.