From 38e264ced2a196171c8a9faab61da7989be91a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 7 Jan 2021 11:39:28 +0100 Subject: [PATCH] fix(ios) fix drag handle not rendering with latest react-native-svg Fill must be properly specified. --- react/features/base/dialog/components/native/styles.js | 4 ---- react/features/toolbox/components/native/OverflowMenu.js | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/react/features/base/dialog/components/native/styles.js b/react/features/base/dialog/components/native/styles.js index 10f23b8a71..84638bb96b 100644 --- a/react/features/base/dialog/components/native/styles.js +++ b/react/features/base/dialog/components/native/styles.js @@ -171,10 +171,6 @@ ColorSchemeRegistry.register('BottomSheet', { underlayColor: ColorPalette.overflowMenuItemUnderlay }, - expandIcon: { - color: schemeColor('icon') - }, - /** * Bottom sheet's base style. */ diff --git a/react/features/toolbox/components/native/OverflowMenu.js b/react/features/toolbox/components/native/OverflowMenu.js index d632a1f554..79cce4c6de 100644 --- a/react/features/toolbox/components/native/OverflowMenu.js +++ b/react/features/toolbox/components/native/OverflowMenu.js @@ -166,8 +166,9 @@ class OverflowMenu extends PureComponent { styles.expandMenuContainer ] }> - { /* $FlowFixMeProps */ } - + { /* $FlowFixMe */ } + );