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