Skip to content

Commit

Permalink
Uninstalling native FabricUIManager when reloading RN screen
Browse files Browse the repository at this point in the history
Summary: This diff makes sure the native side of the UILayer of RN is deallocated when the a RN screen is reloaded.

Reviewed By: shergin

Differential Revision: D10343030

fbshipit-source-id: 7add841b8875d28fe527f20b96f799733769b11a
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 13, 2018
1 parent 9817f85 commit ca3a6e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
public interface FabricBinding {

// TODO: T31905686 change types of UIManager and EventBeatManager when moving to OSS
void installFabric(
void register(
JavaScriptContextHolder jsContext, FabricBinder fabricBinder, Object eventBeatManager);

void unregister();
}

0 comments on commit ca3a6e8

Please sign in to comment.