You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a subtitle property to the <TopNavigation/> component, but the subtitle remains on the same line as the title, except I set the alignment to center.
To Reproduce
Steps to reproduce the behavior:
<TopNavigation
// alignment='center'
title={`Welcome `}
subtitle={"How are you doing today"}
accessoryRight={renderAccessoryRight}
/>
Expected behavior
The title and subtitle should be on different lines.
UI Kitten and Eva version
Package
Version
@eva-design/eva
"^2.2.0"
@ui-kitten/components
"^5.3.1"
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
I added a subtitle property to the
<TopNavigation/>
component, but the subtitle remains on the same line as the title, except I set the alignment tocenter
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The title and subtitle should be on different lines.
UI Kitten and Eva version
The text was updated successfully, but these errors were encountered: