From 9cef0f53d770db0780a4e9164534587306cdd7a3 Mon Sep 17 00:00:00 2001 From: Godefroy Ponsinet Date: Wed, 24 Oct 2018 18:24:39 +0200 Subject: [PATCH] fix(rn): render text background children as cols Signed-off-by: Godefroy Ponsinet --- client/react-native/common/components/Library/Text.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/react-native/common/components/Library/Text.js b/client/react-native/common/components/Library/Text.js index e5e5af77af..f027ea3214 100644 --- a/client/react-native/common/components/Library/Text.js +++ b/client/react-native/common/components/Library/Text.js @@ -267,13 +267,13 @@ export class BackgroundText extends PureComponent { self, } return ( - {children} - + ) } }