callstack / callstack/react-native-pager-view
Change orientation on application orientation change
Open
- Dominant language
- TypeScript
- Stars
- 3.4k
- Forks
- 476
- Avg merge
- 10d 21h
- Merged PRs (30d)
- 2
Description
## Describe the feature
For example, we're on a portrait mode and have a vertical orientation. And then rotate the phone and make the application landscape. For this case, it's better to have a horizontal orientation. But the package doesn't allow to do so. I guess we have to re-navigate to the screen (replace the route with itself) to achieve that behavior.
## Motivation
I think it would be nice to have a possibility to change the orientation. There are cases for applications that support both landscape and portrait modes. And for these applications, it won't work as one may instinctively think would.
Contributor guide
Assessment
This issue has not been assessed yet.