Skip to content

Commit

Permalink
Remove override method for createViewManager
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelespinoza committed Sep 22, 2017
1 parent 64ca67a commit 2639423
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

public class ExtraDimensionsPackage implements ReactPackage {

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Arrays.asList();
}
Expand All @@ -27,4 +26,4 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte

return modules;
}
}
}

0 comments on commit 2639423

Please sign in to comment.