Add missing react native config header in paragraph component descriptor (#24395)

Summary:
cc. shergin .
<img width="1040" alt="264CAC48-1DDB-42D1-95C2-39EA86BA09B1" src="https://user-images.githubusercontent.com/5061845/55892783-8c3fa680-5be9-11e9-970e-be321599e6db.png">

[Genernal] [Fixed] - Add missing react native config header in paragraph component descriptor
Pull Request resolved: https://github.com/facebook/react-native/pull/24395

Differential Revision: D14874388

Pulled By: cpojer

fbshipit-source-id: 660a8f177c43456f6fe1ed29efdc76630f6bc0f3
This commit is contained in:
zhongwuzw
2019-04-10 10:54:16 -07:00
committed by Facebook Github Bot
parent 26cce3d7a8
commit 0df3cde152

View File

@@ -14,6 +14,7 @@
#include <react/core/ConcreteComponentDescriptor.h>
#include <react/textlayoutmanager/TextLayoutManager.h>
#include <react/uimanager/ContextContainer.h>
#include <react/config/ReactNativeConfig.h>
namespace facebook {
namespace react {