Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit e49cdb3

Browse files
authored
Remove @OverRide on createJSModules for latest RN version
1 parent c5884ad commit e49cdb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/devfd/RNGeocoder/RNGeocoderPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2020
);
2121
}
2222

23-
@Override
2423
public List<Class<? extends JavaScriptModule>> createJSModules() {
2524
return Collections.emptyList();
2625
}

0 commit comments

Comments
 (0)