Skip to content

Integration with React Navigation #5

@josmithua

Description

@josmithua

What is the recommended approach to integrating whirlwind with react navigation?

React navigation supplies its own theming solution:

<NavigationContainer
  theme={colorScheme === 'dark' ? darkTheme : lightTheme}
>
  {children}
</NavigationContainer>

and a useTheme hook.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions