Rename module name to module path

Reviewed By: javache

Differential Revision: D5592950

fbshipit-source-id: 7e32043ba6d1de129a4f8dc694bb5987393b0ebc
This commit is contained in:
Kathy Gray
2017-08-10 09:14:49 -07:00
committed by Facebook Github Bot
parent 9b30f56693
commit 5d4c6e5f23
4 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ public abstract class ReactNativeHost {
protected ReactInstanceManager createReactInstanceManager() {
ReactInstanceManagerBuilder builder = ReactInstanceManager.builder()
.setApplication(mApplication)
.setJSMainModuleName(getJSMainModuleName())
.setJSMainModulePath(getJSMainModuleName())
.setUseDeveloperSupport(getUseDeveloperSupport())
.setRedBoxHandler(getRedBoxHandler())
.setUIImplementationProvider(getUIImplementationProvider())