Skip to content
This repository was archived by the owner on Mar 3, 2021. It is now read-only.
This repository was archived by the owner on Mar 3, 2021. It is now read-only.

Dark mode does not work on vivo v15 (FunTouch OS) #55

@qmzik

Description

@qmzik

Android version 9.0

It's how I use it, and it works fine on iOS and some android devices, I've only noticed that it does not work on vivo v15 device

const scheme = useColorScheme();
return (
  <AppearanceProvider>
    <NavigationContainer theme={scheme === 'dark' ? DarkMode : LightMode}>
      <AppStack />
    </NavigationContainer>
  </AppearanceProvider>
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions