Skip to content

Commit 382ffff

Browse files
authored
Update RNZendeskChatPackage.java for supporting react-native v0.47.0
Removing the @OverRide annotation for supporting the latest react-native version
1 parent 17ae7d1 commit 382ffff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/taskrabbit/zendesk/RNZendeskChatPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public List<NativeModule> createNativeModules(
2121
return modules;
2222
}
2323

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

0 commit comments

Comments
 (0)