Refactor settings to use stack to allow dark theme. Move theme to app reducer to allow persistence.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { selectTheme } from "@/redux/user/user.selectors";
|
||||
import { selectTheme } from "@/redux/app/app.selectors";
|
||||
import { darkTheme, lightTheme } from "@/util/theme";
|
||||
import { useColorScheme } from "react-native";
|
||||
import { useSelector } from "react-redux";
|
||||
|
||||
Reference in New Issue
Block a user