Skip to content

Commit a680f96

Browse files
committed
fix: add name argument in ReactModule annotation
1 parent e10e308 commit a680f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsNativeModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import com.google.android.gms.ads.VideoOptions
3131
import com.google.android.gms.ads.nativead.NativeAd
3232
import com.google.android.gms.ads.nativead.NativeAdOptions
3333

34-
@ReactModule(ReactNativeGoogleMobileAdsNativeModule.NAME)
34+
@ReactModule(name = ReactNativeGoogleMobileAdsNativeModule.NAME)
3535
class ReactNativeGoogleMobileAdsNativeModule(
3636
reactContext: ReactApplicationContext
3737
) : NativeGoogleMobileAdsNativeModuleSpec(reactContext) {

0 commit comments

Comments
 (0)