callstack / react-native-paper-login-template

The easiest way to start with your application.
https://reactnativepaper.com/
249 stars 69 forks source link

Errors with dark mode #10

Open kiranojhanp opened 3 years ago

kiranojhanp commented 3 years ago

Environment

Windows 10 Android 7 React native paper ^4.8.1

Description

The theme changes everything to blue color whenever I change it to dark theme. The error texts are changed to white color and Issue in overall look of the application. The dark theme is combined from react navigation dark theme and react native paper dark theme.

Reproducible Demo

  1. clone the repo
  2. Implement dark mode combining react navigation theme and react native paper theme
  3. Look for the changes
JacobDel commented 1 year ago

Hi, were you able to fix it?