Fabric: ContextContainer was moved to utils module

Summary: That allows avoiding circular deps and unnecessary deps on uimanager module.

Reviewed By: PeteTheHeat

Differential Revision: D14917227

fbshipit-source-id: fe7962ee528aa659d8bd23e3e46627722551d995
This commit is contained in:
Valentin Shergin
2019-04-12 15:10:40 -07:00
committed by Facebook Github Bot
parent 108c4190ed
commit 792585fd48
17 changed files with 22 additions and 23 deletions
@@ -7,7 +7,7 @@
#include <react/uimanager/ComponentDescriptorFactory.h>
#include <react/uimanager/ComponentDescriptorRegistry.h>
#include <react/uimanager/ContextContainer.h>
#include <react/utils/ContextContainer.h>
namespace facebook {
namespace react {