Skip to content

Commit

Permalink
We can no longer override createJSModules since it's been removed in …
Browse files Browse the repository at this point in the history
…RN 0.47
  • Loading branch information
cobarx authored and aprock committed Aug 16, 2017
1 parent 5dd5866 commit ea1bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/peel/react/TcpSocketsModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public List<NativeModule> createNativeModules(
return modules;
}

@Override
// Deprecated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down

0 comments on commit ea1bb2e

Please sign in to comment.