callstack / callstack/react-native-paper
Why `paddingHorizontal: Math.max(left, right)` in AppbarHeader ?
Open
Appbar
question
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
AppBar cannot align with content when screen orientation locked `LANDSCAPE_LEFT`
When orientation locked `LANDSCAPE_RIGHT`, align is ok.
---
Why Math.max ? It seems to be intentional, or may be a bug ?
https://github.com/callstack/react-native-paper/blob/9162a1fdf4e97c0669de8a8fa2057d8cfbe2e728/src/components/Appbar/AppbarHeader.tsx#L140C11-L140C52
Contributor guide
Assessment
This issue has not been assessed yet.