Skip to content

Commit

Permalink
fix: add name argument in ReactModule annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wjaykim committed Jan 11, 2025
1 parent e10e308 commit a680f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import com.google.android.gms.ads.VideoOptions
import com.google.android.gms.ads.nativead.NativeAd
import com.google.android.gms.ads.nativead.NativeAdOptions

@ReactModule(ReactNativeGoogleMobileAdsNativeModule.NAME)
@ReactModule(name = ReactNativeGoogleMobileAdsNativeModule.NAME)
class ReactNativeGoogleMobileAdsNativeModule(
reactContext: ReactApplicationContext
) : NativeGoogleMobileAdsNativeModuleSpec(reactContext) {
Expand Down

0 comments on commit a680f96

Please sign in to comment.