From 4d8f29d4fec1c7167834d4a37e20fab677ff19f1 Mon Sep 17 00:00:00 2001 From: Calinteodor Date: Sat, 18 Jun 2022 22:59:10 +0300 Subject: [PATCH] feat(rn,dynamic-brandind) added background image url to prejoin and lobby --- .../components/native/Conference.js | 12 ++------- .../native/BrandingImageBackground.tsx | 25 ++++++++++++++++++- .../lobby/components/native/LobbyScreen.js | 2 ++ .../prejoin/components/Prejoin.native.tsx | 2 ++ 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/react/features/conference/components/native/Conference.js b/react/features/conference/components/native/Conference.js index 9bab0a711..ed443c1f9 100644 --- a/react/features/conference/components/native/Conference.js +++ b/react/features/conference/components/native/Conference.js @@ -61,11 +61,6 @@ type Props = AbstractProps & { */ _brandingStyles: Object, - /** - * Branding image background. - */ - _brandingImageBackgroundUrl: string, - /** * Wherther the calendar feature is enabled or not. */ @@ -226,7 +221,6 @@ class Conference extends AbstractConference { */ render() { const { - _brandingImageBackgroundUrl, _brandingStyles, _fullscreenEnabled } = this.props; @@ -237,8 +231,7 @@ class Conference extends AbstractConference { styles.conference, _brandingStyles ] }> - +