Hello,
I get the following error while running the react-native run-android.
:react-native-admob:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
...\node_modules\react-native-admob\android\src\main\java\com\sbugert\rnadmob\RNAdMobRewardedVideoAdModule.java:20: error: RNAdMobRewardedVideoAdModule is not abstract and does not override abstract method onRewardedVideoCompleted() in RewardedVideoAdListener
public class RNAdMobRewardedVideoAdModule extends ReactContextBaseJavaModule implements RewardedVideoAdListener {
^
1 error
:react-native-admob:compileReleaseJavaWithJavac FAILED
I have tested with both admob 1.3.2 and v2.0.0-beta.3 versions.
"react": "16.2.0",
"react-native": "0.52.0",
There is an open PR to fix this (PR#273)
Thanks @martinlockett.
App crashes after updating to [email protected] Now what to do guys???
Most helpful comment
There is an open PR to fix this (PR#273)