mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Implement release of FabricUIManager resources
Reviewed By: achen1 Differential Revision: D8232155 fbshipit-source-id: 6683c692a830f5a73aab2c606167e54d668ae5c2
This commit is contained in:
committed by
Facebook Github Bot
parent
6aea98441a
commit
8529b1ee91
@@ -25,4 +25,9 @@ public class JSIModuleRegistry {
|
||||
}
|
||||
}
|
||||
|
||||
public void notifyJSInstanceDestroy() {
|
||||
for (JSIModuleHolder moduleHolder : mModules.values()) {
|
||||
moduleHolder.notifyJSInstanceDestroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user