Implement release of FabricUIManager resources

Reviewed By: achen1

Differential Revision: D8232155

fbshipit-source-id: 6683c692a830f5a73aab2c606167e54d668ae5c2
This commit is contained in:
David Vacca
2018-06-01 17:47:46 -07:00
committed by Facebook Github Bot
parent 6aea98441a
commit 8529b1ee91
8 changed files with 59 additions and 8 deletions
@@ -25,4 +25,9 @@ public class JSIModuleRegistry {
}
}
public void notifyJSInstanceDestroy() {
for (JSIModuleHolder moduleHolder : mModules.values()) {
moduleHolder.notifyJSInstanceDestroy();
}
}
}