React Native Admob Plugin - Build fails with latest React Native

D:\projects\fortuna\node_modules\react-native-admob\android\src\main\java\com\sbugert\rnadmob\RNAdMobRewardedVideoAdModule.java:89: error: method does not override or implement a method from a supertype
@Override
^

1 error :react-native-admob:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':react-native-admob:compileReleaseJavaWithJavac'.

How can i fix this?

There should be a @Override

in line 89 of RNAdMobRewardedVideoAdModule.java file. Delete it and you should be good to go.

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue