Skip to content

Commit

Permalink
Delete com.facebook.react.modules.debug.NativeSourceCodeSpec
Browse files Browse the repository at this point in the history
Summary:
When SourceCode was converted to a TurboModule in D17586276, we had to check in `NativeSourceCodeSpec` into the codebase. Since all the OSS NativeModule base classes are now checked into `react-native-github`, it's no longer necessary to keep `NativeSourceCodeSpec`. So, I'm deleting it.

Changelog:
[Android][Removed] - Delete com.facebook.react.modules.debug.NativeSourceCodeSpec

Reviewed By: PeteTheHeat, mdvacca

Differential Revision: D18732997

fbshipit-source-id: 6026b4bcb9ebb9c4d7ba556bc644698eb550a9de
  • Loading branch information
RSNara authored and facebook-github-bot committed Dec 3, 2019
1 parent fa9ff07 commit 4d9e5f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ rn_android_library(
react_native_target("java/com/facebook/react/turbomodule/core/interfaces:interfaces"),
react_native_target("java/com/facebook/react/uimanager:uimanager"),
],
exported_deps = [
react_native_target("java/com/facebook/fbreact/specs:FBReactNativeSpec"),
],
)

rn_android_library(
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package com.facebook.react.modules.debug;

import com.facebook.fbreact.specs.NativeSourceCodeSpec;
import com.facebook.infer.annotation.Assertions;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.module.annotations.ReactModule;
Expand Down

0 comments on commit 4d9e5f8

Please sign in to comment.