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
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
The project is using a custom header component (src/components/Header). Using the one provided by react-navigation will allow us to let react-navigation handle layout difference between devices such as iPhone X.
Describe the solution you'd like
We can leverage react-navigation built-in header component by passing props to each screen (using title, headerLeft and headerRight screen props).
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The project is using a custom header component (
src/components/Header
). Using the one provided byreact-navigation
will allow us to letreact-navigation
handle layout difference between devices such as iPhone X.Describe the solution you'd like
We can leverage
react-navigation
built-in header component by passing props to each screen (usingtitle
,headerLeft
andheaderRight
screen props).Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: