diff --git a/package.json b/package.json
index 60f4b66..9dbbe39 100644
--- a/package.json
+++ b/package.json
@@ -33,10 +33,10 @@
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-select-dropdown": "^3.3.4",
- "react-native-svg": "13.4.0",
"react-query": "^3.39.3",
"react-redux": "^8.1.1",
- "redux": "^4.2.1"
+ "redux": "^4.2.1",
+ "react-native-svg": "13.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
diff --git a/src/components/DrawerSettings/CustomDrawerContent.tsx b/src/components/DrawerSettings/CustomDrawerContent.tsx
index bc564d4..8d3d765 100644
--- a/src/components/DrawerSettings/CustomDrawerContent.tsx
+++ b/src/components/DrawerSettings/CustomDrawerContent.tsx
@@ -31,7 +31,7 @@ export default function CustomDrawerContent(props: {}) {
...{ justifyContent: "center" },
}}
>
-
+
Stud-E
@@ -57,7 +57,7 @@ export default function CustomDrawerContent(props: {}) {
...{ justifyContent: "center" },
}}
>
-
+
Stud-E
-
+
Stud-E
(
-
-
+
+
),
};
diff --git a/src/icons/AppIcon/AppIcon.tsx b/src/icons/AppIcon/AppIcon.tsx
index 8901270..ef45c52 100644
--- a/src/icons/AppIcon/AppIcon.tsx
+++ b/src/icons/AppIcon/AppIcon.tsx
@@ -1,20 +1,13 @@
import * as React from "react";
import { IconProps } from "../../interfaces/Interfaces";
-
-import { Svg, Path } from "react-native-svg";
-import { colors } from "../../styles";
-
+import { Image } from "react-native";
export default function AppIcon(props: IconProps) {
return (
<>
-
+
>
);
}
diff --git a/src/icons/DropdownIcon/DropdownIcon.tsx b/src/icons/DropdownIcon/DropdownIcon.tsx
index 224919e..27851ab 100644
--- a/src/icons/DropdownIcon/DropdownIcon.tsx
+++ b/src/icons/DropdownIcon/DropdownIcon.tsx
@@ -1,9 +1,7 @@
import * as React from "react";
import { IconProps } from "../../interfaces/Interfaces";
-
import { Svg, Path } from "react-native-svg";
import { colors } from "../../styles";
-import finalPropsSelectorFactory from "react-redux/es/connect/selectorFactory";
export default function DropdownIcon(props: IconProps) {
return (
diff --git a/src/img/app_icon_dark.png b/src/img/app_icon_dark.png
new file mode 100644
index 0000000..a7e0cd0
Binary files /dev/null and b/src/img/app_icon_dark.png differ
diff --git a/src/img/app_icon_light.png b/src/img/app_icon_light.png
new file mode 100644
index 0000000..22e9cec
Binary files /dev/null and b/src/img/app_icon_light.png differ