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....
<Appbar.Header> <Appbar.Content title={ <Text variant="headlineSmall" style={globalStyle.weight600}> {title} </Text> } style={{alignItems: "flex-start"} /> <Appbar.Action icon={AddBox} onPress={() => { router.push(CreateEventNavigationConstant.What); }} /> <Appbar.Action icon={Bell} onPress={() => {}} /> </Appbar.Header>
i want actually this:
![Uploading Screenshot 2024-03-11 at 11.18.51.png…]()
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....
<Appbar.Header> <Appbar.Content title={ <Text variant="headlineSmall" style={globalStyle.weight600}> {title} </Text> } style={{alignItems: "flex-start"} /> <Appbar.Action icon={AddBox} onPress={() => { router.push(CreateEventNavigationConstant.What); }} /> <Appbar.Action icon={Bell} onPress={() => {}} /> </Appbar.Header>i want actually this:
![Uploading Screenshot 2024-03-11 at 11.18.51.png…]()