Skip to content

Multiple uses of StyleSheet in NativewindUI App and use of non-tailwind styles, hardcoded colors #521

@NomadNiko

Description

@NomadNiko

TabBarIcon, ScreenContent, HeaderButton, EditScreenInfo, Container, RN Button, BackButton, two, all using StyleSheet.create rather than utilizing nativewind/tailwindcss styles. Suggest moving all styles to tailwindcss and removing SyleSheet usage entirely.

_layout.tsx is using hardcoded black color for the selected tab font color, which doesnt look good in Dark Mode. Suggest using useColorScheme foreground text color (Black in Light Mode, White in Dark Mode).

I have already fixed these all in my local and will be submitting a pull request to clean these up later today after my vampiric sleep cycle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions