Skip to content

Commit

Permalink
[ UPDATE ]
Browse files Browse the repository at this point in the history
  • Loading branch information
ghondar committed Oct 6, 2017
1 parent 50cb0f2 commit 7d7b57f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return modules;
}

@Override
// Deprecated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand All @@ -29,4 +29,4 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
return Collections.emptyList();
}

}
}

0 comments on commit 7d7b57f

Please sign in to comment.