Skip to content

Commit 0df3cde

Browse files
zhongwuzwfacebook-github-bot
authored andcommitted
Add missing react native config header in paragraph component descriptor (facebook#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: facebook#24395 Differential Revision: D14874388 Pulled By: cpojer fbshipit-source-id: 660a8f177c43456f6fe1ed29efdc76630f6bc0f3
1 parent 26cce3d commit 0df3cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <react/core/ConcreteComponentDescriptor.h>
1515
#include <react/textlayoutmanager/TextLayoutManager.h>
1616
#include <react/uimanager/ContextContainer.h>
17+
#include <react/config/ReactNativeConfig.h>
1718

1819
namespace facebook {
1920
namespace react {

0 commit comments

Comments
 (0)