Reland "[RN][TurboModule] Enable TurboModules for FB4A"

Summary:
These changes were originally landed in D15327683. Unfortunately, I had to back these out because they revelaled problems with our TurboModules infra. Those problems have since been fixed, so I think it's safe for us to re-land these changes.

Please refer to D15327683 for a description.

Differential Revision: D15739355

fbshipit-source-id: 69bb3cec0731ba325f60c6c8459426546c79b54d
This commit is contained in:
Ramanpreet Nara
2019-06-10 10:53:29 -07:00
committed by Facebook Github Bot
parent 608cf6fe09
commit 72be568666
@@ -67,4 +67,9 @@ public abstract class BaseJavaModule implements NativeModule {
public boolean hasConstants() {
return false;
}
// Cleanup Logic for TurboModuels
public void invalidate() {
// Do nothing
}
}