We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10e308 commit a680f96Copy full SHA for a680f96
android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsNativeModule.kt
@@ -31,7 +31,7 @@ import com.google.android.gms.ads.VideoOptions
31
import com.google.android.gms.ads.nativead.NativeAd
32
import com.google.android.gms.ads.nativead.NativeAdOptions
33
34
-@ReactModule(ReactNativeGoogleMobileAdsNativeModule.NAME)
+@ReactModule(name = ReactNativeGoogleMobileAdsNativeModule.NAME)
35
class ReactNativeGoogleMobileAdsNativeModule(
36
reactContext: ReactApplicationContext
37
) : NativeGoogleMobileAdsNativeModuleSpec(reactContext) {
0 commit comments