-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react-native): add landscape mode support to Lobby, RingingCallContent and DF app #1123
Conversation
}: IncomingCallProps) => { | ||
const { t } = useI18n(); | ||
const { | ||
theme: { colors, incomingCall, typefaces }, | ||
} = useTheme(); | ||
|
||
const landScapeContentStyles: ViewStyle = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const landScapeContentStyles: ViewStyle = { | |
const landscapeContentStyles: ViewStyle = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
@@ -71,12 +74,16 @@ const JoinCallScreen = () => { | |||
} | |||
}; | |||
|
|||
const landScapeStyles: ViewStyle = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const landScapeStyles: ViewStyle = { | |
const landscapeStyles: ViewStyle = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Add support for landscape mode temporarily for Lobby and RingingCall components so that it doesn't overflow when rendered alongside other components.
SDK components:
DF app screens: