mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user