Skip to content

Commit

Permalink
removed deprecated method createJSModules
Browse files Browse the repository at this point in the history
  • Loading branch information
flindenberg authored and Juha Linnanen committed Oct 19, 2017
1 parent 9f71d79 commit 8cb1745
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -15,13 +15,8 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Arrays.<NativeModule>asList(new RNBluetoothManagerModule(reactContext));
}

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

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Collections.emptyList();
}
}
}

0 comments on commit 8cb1745

Please sign in to comment.