Skip to content

Commit e1949a0

Browse files
committed
Removed override notation for deprecated method (createJSModules) of React Native 0.47.0
1 parent 0387004 commit e1949a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/sbugert/rnadmob/RNAdMobPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2121
);
2222
}
2323

24-
@Override
24+
// Deprecated from RN 0.47.0
2525
public List<Class<? extends JavaScriptModule>> createJSModules() {
2626
return Collections.emptyList();
2727
}

0 commit comments

Comments
 (0)