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'm encountering an issue with the headerTitle option in the rn-ravio library. The headerTitle option should allow me to override the default header title with a custom title. However, despite providing a custom title using the headerTitle option, the default header title remains unchanged. See screenshot below.
I'm encountering an issue with the headerTitle option in the rn-ravio library. The headerTitle option should allow me to override the default header title with a custom title. However, despite providing a custom title using the headerTitle option, the default header title remains unchanged. See screenshot below.
Dashboard.options = { headerShown: true, headerTitle: () => <Text text60R>Custom Title</Text>, };
The text was updated successfully, but these errors were encountered: