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

Commit 5b5156e

Browse files
authored
Merge pull request #8 from hayanmind/master
Support RN 0.47+
2 parents 3aa1a2c + f70613f commit 5b5156e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/RNProximity/RNProximityPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1616
return Arrays.<NativeModule>asList(new RNProximityModule(reactContext));
1717
}
1818

19-
@Override
2019
public List<Class<? extends JavaScriptModule>> createJSModules() {
2120
return Collections.emptyList();
2221
}

0 commit comments

Comments
 (0)