Skip to content

Commit 7e41276

Browse files
authored
Merge pull request #43 from brunsy/master
Handle RN 0.47 breaking change (createJSModules)
2 parents 00c8af1 + 29f748b commit 7e41276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/zxcpoiu/incallmanager/InCallManagerPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1616
return Collections.<NativeModule>singletonList(new InCallManagerModule(reactContext));
1717
}
1818

19-
@Override
19+
// Deprecated RN 0.47
2020
public List<Class<? extends JavaScriptModule>> createJSModules() {
2121
return Collections.emptyList();
2222
}

0 commit comments

Comments
 (0)