Skip to content

Commit

Permalink
Merge pull request #31 from wsabransky/remove-deprecated-override
Browse files Browse the repository at this point in the history
Remove deprecated android override for RN 0.47.0 compatibility
  • Loading branch information
wonday authored Aug 4, 2017
2 parents 302944b + ddb060b commit 348b55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/src/main/java/org/wonday/pdf/RCTPdfView.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Collections.emptyList();
}

@Override
// Deprecated as of RN 0.47.0
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand All @@ -37,4 +37,4 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
modules.add(new RCTPdfManager(reactContext));
return modules;
}
}
}

0 comments on commit 348b55b

Please sign in to comment.