Commit 7b126d29 authored by Marcus Coleman's avatar Marcus Coleman Committed by GitHub

Merge pull request #24 from fullstacklabs/master

Remove override method for createViewManager
parents 64ca67af 2639423b
......@@ -13,7 +13,6 @@ import java.util.ArrayList;
public class ExtraDimensionsPackage implements ReactPackage {
@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Arrays.asList();
}
......@@ -27,4 +26,4 @@ public class ExtraDimensionsPackage implements ReactPackage {
return modules;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment