Skip to content

Commit

Permalink
Merge pull request #24 from fullstacklabs/master
Browse files Browse the repository at this point in the history
Remove override method for createViewManager
  • Loading branch information
Sunhat authored Sep 25, 2017
2 parents 64ca67a + 2639423 commit 7b126d2
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 7b126d2

Please sign in to comment.