Skip to content

Commit

Permalink
Update RNSpinkitPackage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bernardo1 authored Aug 2, 2017
1 parent fcd58b5 commit d38bb10
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Collections.emptyList();
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
List<ViewManager> list = new ArrayList<>();
Expand Down

0 comments on commit d38bb10

Please sign in to comment.