callstack / callstack/react-native-paper
Appbar content Left
Open
Appbar
bug
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
Hey, i m trying to set content or title on the left and actions on the right side.
But i m getting on ios title on center icons on left as suppose but i want to title to be on left corner.
So i put dummy back action and now works but this is workaround....
`
{title}
}
style={{alignItems: "flex-start"}
/>
{
router.push(CreateEventNavigationConstant.What);
}}
/>
{}} />
`
i want actually this:
![Uploading Screenshot 2024-03-11 at 11.18.51.png…]()
Contributor guide
Assessment
This issue has not been assessed yet.