Back out "[RN][TurboModule] Enable TurboModules for FB4A"

Summary:
Original commit changeset: e295dafdab7a

I'm backing this out because it's broken Catalyst. The fixes are in  D15711539, but it could take some time to review and land them.

Reviewed By: rickhanlonii

Differential Revision: D15714896

fbshipit-source-id: c2c555a52d3d140dfdea7d54ccd8d3102c22a1c6
This commit is contained in:
Ramanpreet Nara
2019-06-07 08:04:52 -07:00
committed by Facebook Github Bot
parent 8e16a60faa
commit 2b262ec78b
@@ -67,9 +67,4 @@ public abstract class BaseJavaModule implements NativeModule {
public boolean hasConstants() {
return false;
}
// Cleanup Logic for TurboModuels
public void invalidate() {
// Do nothing
}
}