Skip to content

Commit

Permalink
Android cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Sep 1, 2017
1 parent db278b3 commit 8d857d0
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import com.facebook.react.modules.debug.SourceCodeModule;
import com.facebook.react.modules.deviceinfo.DeviceInfoModule;
import com.facebook.react.modules.systeminfo.AndroidInfoModule;
import com.facebook.react.modules.version.ReactNativeVersionModule;
import com.facebook.react.uimanager.UIImplementationProvider;
import com.facebook.react.uimanager.UIManagerModule;
import com.facebook.react.uimanager.ViewManager;
Expand Down Expand Up @@ -156,13 +155,6 @@ public NativeModule get() {
return new DeviceInfoModule(reactContext);
}
}));
moduleSpecList.add(
new ModuleSpec(ReactNativeVersionModule.class, new Provider<NativeModule>() {
@Override
public NativeModule get() {
return new ReactNativeVersionModule(reactContext);
}
}));

if (ReactBuildConfig.DEBUG) {
moduleSpecList.add(
Expand Down

0 comments on commit 8d857d0

Please sign in to comment.