-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(react-native): add landscape mode support to Lobby, RingingCallC…
…ontent and DF app (#1123) Add support for landscape mode temporarily for Lobby and RingingCall components so that it doesn't overflow when rendered alongside other components. SDK components: - Lobby ![Screenshot_1696869145](https://github.com/GetStream/stream-video-js/assets/39884168/a3a80699-39ec-4437-9557-f48514609dd4) - Incoming Call ![Simulator Screenshot - iPhone SE (3rd generation) - 2023-10-10 at 10 58 34](https://github.com/GetStream/stream-video-js/assets/39884168/ccc91de6-54b4-4d5a-8a0c-7432f50d94ee) ![Screenshot_1696878441](https://github.com/GetStream/stream-video-js/assets/39884168/45259ece-9a7e-484a-a475-efa5a9f4ce95) - Outgoing Call ![Screenshot_1696915730](https://github.com/GetStream/stream-video-js/assets/39884168/4af1ec54-1896-442c-9b6a-017188ac521c) DF app screens: ![Screenshot_1696868884](https://github.com/GetStream/stream-video-js/assets/39884168/6abe7cd3-f384-4809-a246-3c4df46f8078) ![Screenshot_1696869005](https://github.com/GetStream/stream-video-js/assets/39884168/96888728-d20b-4b12-a8df-33948606726b) ![Screenshot_1696869029](https://github.com/GetStream/stream-video-js/assets/39884168/e9b8d108-f26c-4ef6-ab76-686e2f40a72e) ![Screenshot_1696878061](https://github.com/GetStream/stream-video-js/assets/39884168/a0e3cefa-d5b6-4de6-a598-7b4af1e92cb0)
- Loading branch information
Showing
27 changed files
with
366 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ const VideoCallUI = () => { | |
|
||
### `landscape` | ||
|
||
<LandScape /> | ||
<Landscape /> | ||
|
||
## Built-in call controls | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ const Call = () => { | |
|
||
### `landscape` | ||
|
||
<LandScape /> | ||
<Landscape /> | ||
|
||
### `IncomingCall` | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...s/docs/reactnative/common-content/ui-components/call/call-content/landscape.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.